--- parser3/src/targets/isapi/parser3isapi.C 2015/10/26 01:22:00 1.108 +++ parser3/src/targets/isapi/parser3isapi.C 2017/02/08 13:05:46 1.110 @@ -1,11 +1,11 @@ /** @file Parser: IIS extension. - Copyright (c) 2000-2015 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2000-2017 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -volatile const char * IDENT_PARSER3ISAPI_C="$Id: parser3isapi.C,v 1.108 2015/10/26 01:22:00 moko Exp $"; +volatile const char * IDENT_PARSER3ISAPI_C="$Id: parser3isapi.C,v 1.110 2017/02/08 13:05:46 moko Exp $"; #ifndef _MSC_VER # error compile ISAPI module with MSVC [no urge for now to make it autoconf-ed (PAF)] @@ -26,7 +26,7 @@ volatile const char * IDENT_PARSER3ISAPI // defines -#if _MSC_VER && !defined(_DEBUG) +#if defined(_MSC_VER) && !defined(_DEBUG) # define PA_SUPPRESS_SYSTEM_EXCEPTION #endif