mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
stdcall -> system
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user