From: William A. Rowe Jr Date: Tue, 6 Jun 2000 01:55:44 +0000 (+0000) Subject: PR: X-Git-Tag: APACHE_2_0_ALPHA_5~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=343754d3f252e5e4c246388a9c411956b3d7b182;p=apache PR: Obtained from: Submitted by: Reviewed by: Just two quick fixes for the ApacheCore/ApacheCoreDll.dsp project split. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85438 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/ApacheCore.c b/os/win32/ApacheCore.c new file mode 100644 index 0000000000..8dddf18aa6 --- /dev/null +++ b/os/win32/ApacheCore.c @@ -0,0 +1,10 @@ +/* + * Placeholder to force ApacheCore.dll creation with no LNK4001 error + * + * However, this isn't a bad place to store dynamic-only functions + * that determine which version of apr the application has loaded. + * These functions are of (less?) importance to static-bound apps. + * + * We may also need this hook to play with dll-oriented thread-local + * storage for modules on a per-thread DllMain() basis. + */ diff --git a/os/win32/libhttpd.c b/os/win32/libhttpd.c new file mode 100644 index 0000000000..8dddf18aa6 --- /dev/null +++ b/os/win32/libhttpd.c @@ -0,0 +1,10 @@ +/* + * Placeholder to force ApacheCore.dll creation with no LNK4001 error + * + * However, this isn't a bad place to store dynamic-only functions + * that determine which version of apr the application has loaded. + * These functions are of (less?) importance to static-bound apps. + * + * We may also need this hook to play with dll-oriented thread-local + * storage for modules on a per-thread DllMain() basis. + */