Update sys/windows to be closer to the soon to be deleted sys/win32

This commit is contained in:
gingerBill
2022-05-12 13:45:17 +01:00
parent dc832ad49f
commit 2fb351bf04
6 changed files with 260 additions and 7 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ package sys_windows
foreign import ntdll_lib "system:ntdll.lib"
@(default_calling_convention="std")
@(default_calling_convention="stdcall")
foreign ntdll_lib {
RtlGetVersion :: proc(lpVersionInformation: ^OSVERSIONINFOEXW) -> NTSTATUS ---
RtlGetVersion :: proc(lpVersionInformation: ^OSVERSIONINFOEXW) -> NTSTATUS ---
}