windows: revert changes to definition of HKEY

This commit is contained in:
Jakub Konka 2022-11-27 10:44:10 +01:00
parent 7473ef98e9
commit f348fbc024

View File

@ -2876,7 +2876,7 @@ pub const REGSAM = ACCESS_MASK;
pub const ACCESS_MASK = DWORD;
pub const LSTATUS = LONG;
pub const HKEY = HANDLE;
pub const HKEY = *opaque {};
pub const HKEY_LOCAL_MACHINE: HKEY = @intToPtr(HKEY, 0x80000002);