From: William A. Rowe Jr Date: Sat, 17 Jun 2000 21:05:30 +0000 (+0000) Subject: Get Apache building on Win32 X-Git-Tag: APACHE_2_0_ALPHA_5~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e9bda7d23bb28257c7ebbac10e57d2d6bf8519b;p=apache Get Apache building on Win32 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85602 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ApacheCore.def b/ApacheCore.def index 95e83034e5..92800142b5 100644 --- a/ApacheCore.def +++ b/ApacheCore.def @@ -265,7 +265,7 @@ EXPORTS ; opendir @258 ; os_spawnv @259 ; os_spawnve @260 - os_stat @261 +; os_stat @261 ; readdir @262 regcomp @263 regexec @264 @@ -273,7 +273,7 @@ EXPORTS access_module @266 alias_module @267 ap_bprintf @268 - ap_bvputs @269 + ap_bputstrs @269 ; ap_day_snames @270 ;ap_extended_status @271 ap_limit_section @272 @@ -399,7 +399,8 @@ EXPORTS ap_run_http_method @394 ap_bread_core @395 ap_bwrite_core @396 - + ap_vbputstrs @397 + ; Exclusively provided for http_main.c ap_register_hooks @398 NONAME ap_prelinked_modules @399 NONAME diff --git a/libhttpd.def b/libhttpd.def index 95e83034e5..92800142b5 100644 --- a/libhttpd.def +++ b/libhttpd.def @@ -265,7 +265,7 @@ EXPORTS ; opendir @258 ; os_spawnv @259 ; os_spawnve @260 - os_stat @261 +; os_stat @261 ; readdir @262 regcomp @263 regexec @264 @@ -273,7 +273,7 @@ EXPORTS access_module @266 alias_module @267 ap_bprintf @268 - ap_bvputs @269 + ap_bputstrs @269 ; ap_day_snames @270 ;ap_extended_status @271 ap_limit_section @272 @@ -399,7 +399,8 @@ EXPORTS ap_run_http_method @394 ap_bread_core @395 ap_bwrite_core @396 - + ap_vbputstrs @397 + ; Exclusively provided for http_main.c ap_register_hooks @398 NONAME ap_prelinked_modules @399 NONAME