forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 69f0882
Fix missing include in win32/globals.c
This previously errored with:
win32\globals.c(66): error C2220: the following warning is treated as an error
win32\globals.c(66): warning C4013: 'php_win32_signal_ctrl_handler_request_shutdown' undefined; assuming extern returning int
This only errors on master because of 2473f57 (thanks to Niels for
that info!).
Closes phpGH-18508 1 parent dcf9d8f commit 69f0882
1 file changed
+1
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | + | ||
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
0 commit comments