| author | |
| committer | |
| log | 3ff9ab332cf909da12361bf6ea495b2025ca8833 |
| tree | c2e381c2e651def7e91d20340dfcebd5e5f554b7 |
| parent | 51fff9fa8212f514f76ef69c214e570d4ef98655 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/os/windows/kernel32.zig+1-1| ... | ... | @@ -259,7 +259,7 @@ pub extern "kernel32" stdcallcc fn InitOnceExecuteOnce(InitOnce: *RTL_RUN_ONCE, |
| 259 | 259 | pub const PINIT_ONCE_FN = ?extern fn(InitOnce: *RTL_RUN_ONCE, Parameter: ?PVOID, Context: ?PVOID) BOOL; |
| 260 | 260 | |
| 261 | 261 | pub const RTL_RUN_ONCE = extern struct { |
| 262 | Ptr: PVOID, | |
| 262 | Ptr: ?PVOID, | |
| 263 | 263 | }; |
| 264 | 264 | |
| 265 | 265 | pub const INIT_ONCE_STATIC_INIT = RTL_RUN_ONCE { |