| author | |
| committer | |
| log | f348fbc024f2fb6dcd9b06b58482cbcb3d79cd57 |
| tree | e132f938f4ca4dae4ba25b4de1fab0e95c18f7bf |
| parent | 7473ef98e992519a4ff2478e610a6477f2aac86a |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/windows.zig+1-1| ... | ... | @@ -2876,7 +2876,7 @@ pub const REGSAM = ACCESS_MASK; |
| 2876 | 2876 | pub const ACCESS_MASK = DWORD; |
| 2877 | 2877 | pub const LSTATUS = LONG; |
| 2878 | 2878 | |
| 2879 | pub const HKEY = HANDLE; | |
| 2879 | pub const HKEY = *opaque {}; | |
| 2880 | 2880 | |
| 2881 | 2881 | pub const HKEY_LOCAL_MACHINE: HKEY = @intToPtr(HKEY, 0x80000002); |
| 2882 | 2882 |