From: Zeev Suraski Date: Sun, 25 Nov 2001 10:01:49 +0000 (+0000) Subject: Fix build if PHP_ENABLE_SEH is not defined X-Git-Tag: ChangeLog~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cacbd75e7d3b3af67529fec52d380e41d3c7a1b;p=php Fix build if PHP_ENABLE_SEH is not defined --- 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);