| ... | @@ -259,7 +259,7 @@ pub extern "kernel32" stdcallcc fn InitOnceExecuteOnce(InitOnce: *RTL_RUN_ONCE, | ... | @@ -259,7 +259,7 @@ pub extern "kernel32" stdcallcc fn InitOnceExecuteOnce(InitOnce: *RTL_RUN_ONCE, |
| 259 | pub const PINIT_ONCE_FN = ?extern fn(InitOnce: *RTL_RUN_ONCE, Parameter: ?PVOID, Context: ?PVOID) BOOL; | 259 | pub const PINIT_ONCE_FN = ?extern fn(InitOnce: *RTL_RUN_ONCE, Parameter: ?PVOID, Context: ?PVOID) BOOL; |
| 260 | | 260 | |
| 261 | pub const RTL_RUN_ONCE = extern struct { | 261 | pub const RTL_RUN_ONCE = extern struct { |
| 262 | Ptr: PVOID, | 262 | Ptr: ?PVOID, |
| 263 | }; | 263 | }; |
| 264 | | 264 | |
| 265 | pub const INIT_ONCE_STATIC_INIT = RTL_RUN_ONCE { | 265 | pub const INIT_ONCE_STATIC_INIT = RTL_RUN_ONCE { |