authorgravatar for emekankurumeh@outlook.comemekoi <emekankurumeh@outlook.com> 2018-11-27 17:54:09+00:00
committergravatar for emekankurumeh@outlook.comemekoi <emekankurumeh@outlook.com> 2019-01-11 09:56:37-06:00
log3ff9ab332cf909da12361bf6ea495b2025ca8833
treec2e381c2e651def7e91d20340dfcebd5e5f554b7
parent51fff9fa8212f514f76ef69c214e570d4ef98655

fixed type signature


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,
259259pub const PINIT_ONCE_FN = ?extern fn(InitOnce: *RTL_RUN_ONCE, Parameter: ?PVOID, Context: ?PVOID) BOOL;
260260
261261pub const RTL_RUN_ONCE = extern struct {
262 Ptr: PVOID,
262 Ptr: ?PVOID,
263263};
264264
265265pub const INIT_ONCE_STATIC_INIT = RTL_RUN_ONCE {