--- parser3/src/targets/apache13/Attic/mod_parser3.c 2003/08/19 14:16:28 1.2 +++ parser3/src/targets/apache13/Attic/mod_parser3.c 2003/11/06 08:22:49 1.8 @@ -5,9 +5,9 @@ Parser: apache 1.3 module, part, compile Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MOD_PARSER3_C="$Date: 2003/08/19 14:16:28 $"; +static const char* IDENT_MOD_PARSER3_C="$Date: 2003/11/06 08:22:49 $"; -#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, @@ -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