From 8e9bda7d23bb28257c7ebbac10e57d2d6bf8519b Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 17 Jun 2000 21:05:30 +0000 Subject: [PATCH] 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 --- ApacheCore.def | 7 ++++--- libhttpd.def | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) 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 -- 2.40.0