| author | |
| committer | |
| log | db5562deb0fe193aced9498c05ccf786ca98ba05 |
| tree | e5c629a4cfe8ebf1a5fdb72acca24729abca9dff |
| parent | 32d755beb8d83a666100ca9455df51b93caff1fc |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/windows.zig+1-1| ... | ... | @@ -3695,4 +3695,4 @@ pub const CTRL_CLOSE_EVENT: DWORD = 2; |
| 3695 | 3695 | pub const CTRL_LOGOFF_EVENT: DWORD = 5; |
| 3696 | 3696 | pub const CTRL_SHUTDOWN_EVENT: DWORD = 6; |
| 3697 | 3697 | |
| 3698 | pub const HANDLER_ROUTINE = std.meta.FnPtr(fn (dwCtrlType: DWORD) callconv(.C) BOOL); | |
| 3698 | pub const HANDLER_ROUTINE = std.meta.FnPtr(fn (dwCtrlType: DWORD) callconv(WINAPI) BOOL); |