stdcall -> system

This commit is contained in:
gingerBill
2024-01-17 17:25:23 +00:00
parent 75c659fa41
commit 90ac400ec5
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ package runtime
foreign import kernel32 "system:Kernel32.lib"
@(private="file")
@(default_calling_convention="stdcall")
@(default_calling_convention="system")
foreign kernel32 {
// NOTE(bill): The types are not using the standard names (e.g. DWORD and LPVOID) to just minimizing the dependency