summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index 7ee4f5738..3d57f8014 100644
--- a/include/services.h
+++ b/include/services.h
@@ -178,7 +178,10 @@ extern int strncasecmp(const char *, const char *, size_t);
#define MARK_DEPRECATED
#endif
-
+/** XXX: we need to grab these from inspircd -- w00t
+ */
+#define DllExport
+#define CoreExport
/** This definition is used as shorthand for the various classes
* and functions needed to make a module loadable by the OS.