mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-01 02:42:09 +00:00
Fix windows write_directory()
This commit is contained in:
@@ -437,7 +437,7 @@ gb_internal bool write_directory(String path) {
|
||||
}
|
||||
#else
|
||||
gb_internal bool write_directory(String path) {
|
||||
String16wstr = string_to_string16(heap_allocator(), path);
|
||||
String16 wstr = string_to_string16(heap_allocator(), path);
|
||||
LPCWSTR wdirectory_name = wstr.text;
|
||||
|
||||
HANDLE directory = CreateFileW(wdirectory_name,
|
||||
|
||||
Reference in New Issue
Block a user