Skip to content

Commit 9398f15

Browse files
committed
Fixed condition check
1 parent 65d7781 commit 9398f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include "zend_signal.h"
4949
#if !defined(_WIN32) && !defined(ZEND_SIGNALS) && defined(HAVE_SIGNAL_H)
5050
# include <signal.h>
51-
#elif PHP_WIN32
51+
#elif defined(PHP_WIN32)
5252
# include "win32/signal.h"
5353
#endif
5454
#include "SAPI.h"

0 commit comments

Comments
 (0)