]> granicus.if.org Git - apache/blob - os/win32/ApacheCore.c
Missing apr_strings.h - hope this wasn't destined for some global header.
[apache] / os / win32 / ApacheCore.c
1 /*
2  * Placeholder to force ApacheCore.dll creation with no LNK4001 error
3  *
4  * However, this isn't a bad place to store dynamic-only functions 
5  * that determine which version of apr the application has loaded.
6  * These functions are of (less?) importance to static-bound apps.
7  *
8  * We may also need this hook to play with dll-oriented thread-local
9  * storage for modules on a per-thread DllMain() basis.
10  */