summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sapi/isapi/php4isapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c
index c0d663ddc9..b31ad09ef5 100644
--- a/sapi/isapi/php4isapi.c
+++ b/sapi/isapi/php4isapi.c
@@ -800,8 +800,8 @@ DWORD WINAPI HttpExtensionProc(LPEXTENSION_CONTROL_BLOCK lpECB)
php_isapi_report_exception(buf, strlen(buf) TSRMLS_CC);
my_endthread();
}
-#endif
}
+#endif
#ifdef PHP_ENABLE_SEH
__try {
php_request_shutdown(NULL);