| ... | @@ -72,7 +72,7 @@ pub const STD_OUTPUT_HANDLE = @maxValue(DWORD) - 11 + 1; | ... | @@ -72,7 +72,7 @@ pub const STD_OUTPUT_HANDLE = @maxValue(DWORD) - 11 + 1; |
| 72 | /// The standard error device. Initially, this is the active console screen buffer, CONOUT$. | 72 | /// The standard error device. Initially, this is the active console screen buffer, CONOUT$. |
| 73 | pub const STD_ERROR_HANDLE = @maxValue(DWORD) - 12 + 1; | 73 | pub const STD_ERROR_HANDLE = @maxValue(DWORD) - 12 + 1; |
| 74 | | 74 | |
| 75 | pub const INVALID_HANDLE_VALUE = @intToPtr(HANDLE, 0xFFFFFFFFFFFFFFFF); | 75 | pub const INVALID_HANDLE_VALUE = @intToPtr(HANDLE, @maxValue(usize)); |
| 76 | | 76 | |
| 77 | pub const OVERLAPPED = extern struct { | 77 | pub const OVERLAPPED = extern struct { |
| 78 | Internal: ULONG_PTR, | 78 | Internal: ULONG_PTR, |