ben 97/07/13 12:20:18
Modified: src mod_cgi.c Log: Clear up Win32 debris. Revision Changes Path 1.46 +2 -2 apache/src/mod_cgi.c Index: mod_cgi.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_cgi.c,v retrieving revision 1.45 retrieving revision 1.46 diff -C3 -r1.45 -r1.46 *** mod_cgi.c 1997/07/13 19:01:15 1.45 --- mod_cgi.c 1997/07/13 19:20:17 1.46 *************** *** 73,79 **** #include "util_script.h" #include "http_conf_globals.h" ! module __declspec(dllexport) cgi_module; /* KLUDGE --- for back-combatibility, we don't have to check ExecCGI * in ScriptAliased directories, which means we need to know if this --- 73,79 ---- #include "util_script.h" #include "http_conf_globals.h" ! module MODULE_VAR_EXPORT cgi_module; /* KLUDGE --- for back-combatibility, we don't have to check ExecCGI * in ScriptAliased directories, which means we need to know if this *************** *** 550,556 **** { NULL } }; ! module __declspec(dllexport) cgi_module = { STANDARD_MODULE_STUFF, NULL, /* initializer */ NULL, /* dir config creater */ --- 550,556 ---- { NULL } }; ! module MODULE_VAR_EXPORT cgi_module = { STANDARD_MODULE_STUFF, NULL, /* initializer */ NULL, /* dir config creater */