--- parser3/src/targets/apache13/Attic/mod_parser3.c 2003/08/19 14:28:29 1.3 +++ parser3/src/targets/apache13/Attic/mod_parser3.c 2004/02/11 15:33:16 1.10 @@ -1,13 +1,13 @@ /** @file Parser: apache 1.3 module, part, compiled by Apache. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MOD_PARSER3_C="$Date: 2003/08/19 14:28:29 $"; +static const char * const IDENT_MOD_PARSER3_C="$Date: 2004/02/11 15:33:16 $"; -#if _MSC_VER +#ifdef WIN32 #include #endif @@ -121,7 +121,7 @@ static int parser_handler(request_rec *a ar->method, ar->headers_out, ar->subprocess_env, - ar->content_type, + &ar->content_type, ar->uri, ar->filename, ar->path_info, @@ -131,7 +131,7 @@ static int parser_handler(request_rec *a // config Parser_module_config *dcfg=our_dconfig(ar); - + return pa_parser_handler(&lr, dcfg); } @@ -424,7 +424,7 @@ module MODULE_VAR_EXPORT parser3_module }; #if defined(_MSC_VER) -# define APACHE_WIN32_SRC "/parser3project/win32/apache13/src" +# define APACHE_WIN32_SRC "../../../../win32/apache13/src" # ifdef _DEBUG # pragma comment(lib, APACHE_WIN32_SRC "/CoreD/ApacheCore.lib") # else