Skip to content

Commit c6a2a19

Browse files
author
Ilia Alshanetsky
committed
Proper win32 fix.
1 parent cc8c9ef commit c6a2a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cgi/cgi_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ static void sapi_cgibin_flush(void *server_context)
274274
if (!FCGX_IsCGI()) {
275275
FCGX_Request *request = (FCGX_Request *)server_context;
276276
if (
277-
#ifdef PHP_WIN32
277+
#ifndef PHP_WIN32
278278
!parent &&
279279
#endif
280280
(!request || FCGX_FFlush(request->out) == -1)) {

0 commit comments

Comments
 (0)