Browse Source

fix git dummy move

jason 3 years ago
parent
commit
43432f92ec
1 changed files with 1 additions and 2 deletions
  1. 1 2
      core/sys/windows/kernel32.odin

+ 1 - 2
core/sys/windows/kernel32.odin

@@ -58,7 +58,6 @@ foreign kernel32 {
 	LeaveCriticalSection :: proc(CriticalSection: ^CRITICAL_SECTION) ---
 	LeaveCriticalSection :: proc(CriticalSection: ^CRITICAL_SECTION) ---
 	DeleteCriticalSection :: proc(CriticalSection: ^CRITICAL_SECTION) ---
 	DeleteCriticalSection :: proc(CriticalSection: ^CRITICAL_SECTION) ---
 
 
-	PathFileExistsW :: proc(lpPathName: LPCWSTR) -> BOOL ---
 	RemoveDirectoryW :: proc(lpPathName: LPCWSTR) -> BOOL ---
 	RemoveDirectoryW :: proc(lpPathName: LPCWSTR) -> BOOL ---
 	SetFileAttributesW :: proc(lpFileName: LPCWSTR, dwFileAttributes: DWORD) -> BOOL ---
 	SetFileAttributesW :: proc(lpFileName: LPCWSTR, dwFileAttributes: DWORD) -> BOOL ---
 	SetLastError :: proc(dwErrCode: DWORD) ---
 	SetLastError :: proc(dwErrCode: DWORD) ---
@@ -795,4 +794,4 @@ Control_Event :: enum DWORD {
 	close     = 2,
 	close     = 2,
 	logoff    = 5,
 	logoff    = 5,
 	shutdown  = 6,
 	shutdown  = 6,
-}
+}