mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
windows: Add GetCurrentProcess definition
This commit is contained in:
parent
9ffc13b6c4
commit
c910aa8555
@ -88,6 +88,8 @@ pub extern "kernel32" fn GetCurrentDirectoryW(nBufferLength: DWORD, lpBuffer: ?[
|
||||
pub extern "kernel32" fn GetCurrentThread() callconv(.Stdcall) HANDLE;
|
||||
pub extern "kernel32" fn GetCurrentThreadId() callconv(.Stdcall) DWORD;
|
||||
|
||||
pub extern "kernel32" fn GetCurrentProcess() callconv(.Stdcall) HANDLE;
|
||||
|
||||
pub extern "kernel32" fn GetEnvironmentStringsW() callconv(.Stdcall) ?[*:0]u16;
|
||||
|
||||
pub extern "kernel32" fn GetEnvironmentVariableW(lpName: LPWSTR, lpBuffer: [*]u16, nSize: DWORD) callconv(.Stdcall) DWORD;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user