windows: fix signature of kernel32.RegOpenKeyExW to use *HKEY
This commit is contained in:
@@ -421,5 +421,5 @@ pub extern "kernel32" fn RegOpenKeyExW(
|
||||
lpSubKey: LPCWSTR,
|
||||
ulOptions: DWORD,
|
||||
samDesired: REGSAM,
|
||||
phkResult: *HANDLE,
|
||||
phkResult: *HKEY,
|
||||
) callconv(WINAPI) LSTATUS;
|
||||
|
||||
Reference in New Issue
Block a user