--- parser3/src/targets/isapi/parser3isapi.C 2009/10/06 11:41:02 1.103 +++ parser3/src/targets/isapi/parser3isapi.C 2012/06/20 20:54:26 1.106 @@ -1,11 +1,11 @@ /** @file Parser: IIS extension. - Copyright (c) 2000,2001-2005 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2000-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_PARSER3ISAPI_C="$Date: 2009/10/06 11:41:02 $"; +volatile const char * IDENT_PARSER3ISAPI_C="$Id: parser3isapi.C,v 1.106 2012/06/20 20:54:26 moko Exp $"; #ifndef _MSC_VER # error compile ISAPI module with MSVC [no urge for now to make it autoconf-ed (PAF)] @@ -19,7 +19,6 @@ static const char * const IDENT_PARSER3I #include "pa_version.h" #include "pa_socks.h" -#define WINVER 0x0400 #include #include @@ -374,8 +373,7 @@ void real_parser_handler(SAPI_Info& SAPI // prepare to process request Request request(SAPI_info, request_info, - String::Language(String::L_HTML|String::L_OPTIMIZE_BIT), - true /* status_allowed */); + String::Language(String::L_HTML|String::L_OPTIMIZE_BIT)); // beside by binary static char beside_binary_path[MAX_STRING];