| ... | ... | @@ -3527,7 +3527,8 @@ pub const SEC_LARGE_PAGES = 0x80000000; |
| 3527 | 3527 | |
| 3528 | 3528 | pub const HKEY = *opaque {}; |
| 3529 | 3529 | |
| 3530 | | pub const HKEY_LOCAL_MACHINE: HKEY = @as(HKEY, @ptrFromInt(0x80000002)); |
| 3530 | pub const HKEY_CLASSES_ROOT: HKEY = @ptrFromInt(0x80000000); |
| 3531 | pub const HKEY_LOCAL_MACHINE: HKEY = @ptrFromInt(0x80000002); |
| 3531 | 3532 | |
| 3532 | 3533 | /// Combines the STANDARD_RIGHTS_REQUIRED, KEY_QUERY_VALUE, KEY_SET_VALUE, KEY_CREATE_SUB_KEY, |
| 3533 | 3534 | /// KEY_ENUMERATE_SUB_KEYS, KEY_NOTIFY, and KEY_CREATE_LINK access rights. |