We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca123e commit 877ce69Copy full SHA for 877ce69
win32/signal.c
@@ -72,7 +72,7 @@ PHP_WINUTIL_API void php_win32_signal_ctrl_handler_shutdown(void)
72
ZVAL_UNDEF(&ctrl_handler);
73
}/*}}}*/
74
75
-static BOOL php_win32_signal_system_ctrl_handler(DWORD evt)
+static BOOL WINAPI php_win32_signal_system_ctrl_handler(DWORD evt)
76
{/*{{{*/
77
if (CTRL_C_EVENT != evt && CTRL_BREAK_EVENT != evt) {
78
return FALSE;
0 commit comments