--- parser3/src/targets/cgi/parser3.C 2012/06/15 09:30:01 1.261 +++ parser3/src/targets/cgi/parser3.C 2013/07/22 15:33:31 1.263 @@ -5,12 +5,12 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -volatile const char * IDENT_PARSER3_C="$Id: parser3.C,v 1.261 2012/06/15 09:30:01 moko Exp $"; +volatile const char * IDENT_PARSER3_C="$Id: parser3.C,v 1.263 2013/07/22 15:33:31 moko Exp $"; #include "pa_config_includes.h" -#if _MSC_VER -# include +#ifdef _MSC_VER +#include #endif #include "pa_sapi.h" @@ -20,8 +20,9 @@ volatile const char * IDENT_PARSER3_C="$ #include "pa_socks.h" #include "pa_version.h" -#ifdef WIN32 -# include +#ifdef _MSC_VER +#include +#include #endif // defines @@ -617,7 +618,7 @@ static void call_real_parser_handler__su static void usage(const char* program) { printf( "Parser/%s\n" - "Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com)\n" + "Copyright (c) 2001-2013 Art. Lebedev Studio (http://www.artlebedev.com)\n" "Author: Alexandr Petrosian (http://paf.design.ru)\n" "\n" "Usage: %s [options] file\n"