mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
windows: fix signature of kernel32.RegOpenKeyExW to use *HKEY
This commit is contained in:
parent
7bf12b1197
commit
2528189101
@ -421,5 +421,5 @@ pub extern "kernel32" fn RegOpenKeyExW(
|
||||
lpSubKey: LPCWSTR,
|
||||
ulOptions: DWORD,
|
||||
samDesired: REGSAM,
|
||||
phkResult: *HANDLE,
|
||||
phkResult: *HKEY,
|
||||
) callconv(WINAPI) LSTATUS;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user