aboutsummaryrefslogtreecommitdiff
path: root/src/OSC-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OSC-common.h')
-rw-r--r--src/OSC-common.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/OSC-common.h b/src/OSC-common.h
index 46c66a9..abea838 100644
--- a/src/OSC-common.h
+++ b/src/OSC-common.h
@@ -48,15 +48,19 @@ typedef int Boolean;
#ifdef _WIN32
#include <stdio.h>
+ #ifdef _DEBUG
+ #define DEBUG
+ #endif
+#endif /* _WIN32 */
+
+/* only needed on Microsoft compilers */
+#ifdef _MSC_VER
#ifdef OSC_EXPORTS
#define OSC_API __declspec(dllexport)
#else
#define OSC_API __declspec(dllimport)
#endif
- #ifdef _DEBUG
- #define DEBUG
- #endif
-#endif
+#endif /* _MSC_VER */
//#define int32_t t_int