From f8fdc29678f5404a4e75ac2f5956af1ad41672c0 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 27 May 2000 07:05:17 +0000 Subject: [PATCH] PR: Obtained from: Submitted by: Reviewed by: Cleaning up. Note that apache (or https) -D DEFINE is now enabled, the shared data is now properly moved to either ap_hooks.c or http_config.c, and all should be well with rewrite_args. Next stop, no more apache_main entry point. That's why this file needs to be empty of any callbacks or shared data, as it will bind to the core but the core won't be looking back into http_main. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85312 13f79535-47bb-0310-9956-ffa450edef68 --- server/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.c b/server/main.c index f6119492ea..6e2d2a19c4 100644 --- a/server/main.c +++ b/server/main.c @@ -273,7 +273,7 @@ static void usage(process_rec *process) } #ifdef WIN32 -API_EXPORT(int) apache_main(int argc, char *argv[]) +API_EXPORT_NONSTD(int) apache_main(int argc, char *argv[]) #else API_EXPORT(int) main(int argc, char *argv[]) #endif -- 2.50.1