Fix double declaration

This commit is contained in:
gingerBill
2020-07-10 22:28:48 +01:00
parent b4e976364a
commit c4067372dd

View File

@@ -191,7 +191,6 @@ foreign kernel32 {
@(link_name="GetShortPathNameW") get_short_path_name_w :: proc(long, short: Wstring, len: u32) -> u32 ---;
@(link_name="GetCurrentDirectoryA") get_current_directory_a :: proc(buffer_length: u32, buffer: cstring) -> u32 ---;
@(link_name="GetCurrentDirectoryW") get_current_directory_w :: proc(buffer_length: u32, buffer: Wstring) -> u32 ---;
}
Memory_Basic_Information :: struct {