diff options
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 3ed90d5cb..0a9df7139 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -13,21 +13,10 @@ #ifndef HASHCOMP_H #define HASHCOMP_H -#ifdef _WIN32 -# ifdef MODULE_COMPILE -# define CoreExport __declspec(dllimport) -# define DllExport __declspec(dllexport) -# else -# define CoreExport __declspec(dllexport) -# define DllExport __declspec(dllimport) -# endif -#else -# define CoreExport -# define DllExport -#endif - #include <string> +#include "services.h" + namespace Anope { class string; |