mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 20:43:19 +00:00
add missing stdcallcc to ExitProcess decl
This commit is contained in:
parent
ad9f48b74b
commit
57fb8efde2
@ -7,7 +7,7 @@ pub extern "kernel32" stdcallcc fn CryptReleaseContext(hProv: HCRYPTPROV, dwFlag
|
||||
|
||||
pub extern "kernel32" stdcallcc fn CryptGenRandom(hProv: HCRYPTPROV, dwLen: DWORD, pbBuffer: &BYTE) -> bool;
|
||||
|
||||
pub extern "kernel32" fn ExitProcess(exit_code: UINT) -> noreturn;
|
||||
pub extern "kernel32" stdcallcc fn ExitProcess(exit_code: UINT) -> noreturn;
|
||||
|
||||
pub extern "kernel32" stdcallcc fn GetCommandLine() -> LPTSTR;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user