| ... | @@ -3695,4 +3695,4 @@ pub const CTRL_CLOSE_EVENT: DWORD = 2; | ... | @@ -3695,4 +3695,4 @@ pub const CTRL_CLOSE_EVENT: DWORD = 2; |
| 3695 | pub const CTRL_LOGOFF_EVENT: DWORD = 5; | 3695 | pub const CTRL_LOGOFF_EVENT: DWORD = 5; |
| 3696 | pub const CTRL_SHUTDOWN_EVENT: DWORD = 6; | 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); |