mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
fix git dummy move
This commit is contained in:
@@ -58,7 +58,6 @@ foreign kernel32 {
|
||||
LeaveCriticalSection :: proc(CriticalSection: ^CRITICAL_SECTION) ---
|
||||
DeleteCriticalSection :: proc(CriticalSection: ^CRITICAL_SECTION) ---
|
||||
|
||||
PathFileExistsW :: proc(lpPathName: LPCWSTR) -> BOOL ---
|
||||
RemoveDirectoryW :: proc(lpPathName: LPCWSTR) -> BOOL ---
|
||||
SetFileAttributesW :: proc(lpFileName: LPCWSTR, dwFileAttributes: DWORD) -> BOOL ---
|
||||
SetLastError :: proc(dwErrCode: DWORD) ---
|
||||
|
||||
Reference in New Issue
Block a user