From c4067372dddbabd327cda1d4a821ef6b343a29b1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 10 Jul 2020 22:28:48 +0100 Subject: [PATCH] Fix double declaration --- core/sys/win32/kernel32.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sys/win32/kernel32.odin b/core/sys/win32/kernel32.odin index 2e148867d..d5cefad94 100644 --- a/core/sys/win32/kernel32.odin +++ b/core/sys/win32/kernel32.odin @@ -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 {