[NeoStats-Devel] [Commits] r173 - branches/3.0
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Mon May 23 06:03:31 2005
New Revision: 173
Modified:
branches/3.0/opsb.h
Log:
use new macro for modconfig includes
Modified: branches/3.0/opsb.h
==============================================================================
--- branches/3.0/opsb.h (original)
+++ branches/3.0/opsb.h Mon May 23 06:03:31 2005
@@ -25,11 +25,7 @@
#ifndef OPSB_H
#define OPSB_H
-#ifdef WIN32
-#include "modconfigwin32.h"
-#else
-#include "modconfig.h"
-#endif
+#include MODULECONFIG
typedef struct port_list {
int type;