mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +00:00
windows: revert changes to definition of HKEY
This commit is contained in:
parent
7473ef98e9
commit
f348fbc024
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user