Correct sys/win32 to match sys/windows

This commit is contained in:
gingerBill
2021-02-04 13:50:48 +00:00
parent 415379e1cf
commit de9b6e3f6e
4 changed files with 66 additions and 20 deletions
+2
View File
@@ -6,6 +6,8 @@ foreign import kernel32 "system:Kernel32.lib"
@(default_calling_convention="stdcall")
foreign kernel32 {
OutputDebugStringA :: proc(lpOutputString: LPCSTR) ---
ReadConsoleW :: proc(hConsoleInput: HANDLE,
lpBuffer: LPVOID,
nNumberOfCharsToRead: DWORD,