fix git dummy move

This commit is contained in:
jason
2022-05-16 15:21:36 -04:00
parent d1499f3f78
commit 43432f92ec

View File

@@ -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) ---
@@ -795,4 +794,4 @@ Control_Event :: enum DWORD {
close = 2,
logoff = 5,
shutdown = 6,
}
}