diff options
Diffstat (limited to 'sapi/isapi/php4isapi.c')
-rw-r--r-- | sapi/isapi/php4isapi.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 9cd4084caa..4b6d22bc4a 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -518,8 +518,10 @@ static void my_endthread() } #ifdef PHP_WIN32 -// ___except can only call a function, so we have to do this -// to retrieve the pointer. +/* + ___except can only call a function, so we have to do this + to retrieve the pointer. + */ BOOL exceptionhandler(LPEXCEPTION_POINTERS *e,LPEXCEPTION_POINTERS ep) { *e=ep; |