[NeoStats-Devel] [Commits] r2617 - trunk/include
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark Date: Mon May 23 05:58:26 2005 New Revision: 2617 Modified: trunk/include/neostats.h Log: New macro for modconfig includes Modified: trunk/include/neostats.h ============================================================================== --- trunk/include/neostats.h (original) +++ trunk/include/neostats.h Mon May 23 05:58:26 2005 @@ -131,6 +131,13 @@ #include "version.h" #endif /* WIN32 */ +#ifdef WIN32 +#define MODULECONFIG "modconfigwin32.h" +#else /* WIN32 */ +#define MODULECONFIG "modconfig.h" +#endif /* WIN32 */ + + /* No language support under win32 */ #ifndef WIN32 /* when db stuff is working, change this back */