blob: d0df45473bbf105dce06334dd62953209aeacd89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/modplug.h b/src/modplug.h
index 3ffbf9d..fd19ae5 100644
--- a/src/modplug.h
+++ b/src/modplug.h
@@ -11,6 +11,8 @@
extern "C" {
#endif
+#define MODPLUG_STATIC
+
#if defined(_WIN32) || defined(__CYGWIN__)
# if defined(MODPLUG_BUILD) && defined(DLL_EXPORT) /* building libmodplug as a dll for windows */
# define MODPLUG_EXPORT __declspec(dllexport)
|