diff options
| author | gingerBill <bill@gingerbill.org> | 2024-01-17 17:04:54 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-01-17 17:04:54 +0000 |
| commit | 75c659fa418b963f66c2e863992d1e7bb257d654 (patch) | |
| tree | 5322584d7fd33bfc2c3356178e5550fbca8fbe5e /core/sys/windows/netapi32.odin | |
| parent | 8cfff254c9eb2677e03182d1e224d05be26f49ea (diff) | |
Change `stdcall` -> `system`
Diffstat (limited to 'core/sys/windows/netapi32.odin')
| -rw-r--r-- | core/sys/windows/netapi32.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/netapi32.odin b/core/sys/windows/netapi32.odin index 0df277181..d9f75c623 100644 --- a/core/sys/windows/netapi32.odin +++ b/core/sys/windows/netapi32.odin @@ -3,7 +3,7 @@ package sys_windows foreign import netapi32 "system:Netapi32.lib" -@(default_calling_convention="stdcall") +@(default_calling_convention="system") foreign netapi32 { NetUserAdd :: proc( servername: wstring, |