mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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
This commit is contained in:
10
os/win32/ApacheCore.c
Normal file
10
os/win32/ApacheCore.c
Normal file
@ -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.
|
||||
*/
|
10
os/win32/libhttpd.c
Normal file
10
os/win32/libhttpd.c
Normal file
@ -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.
|
||||
*/
|
Reference in New Issue
Block a user