We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95efd37 commit 96cdb30Copy full SHA for 96cdb30
source/zmusic/zmusic_internal.h
@@ -2,7 +2,7 @@
2
#define ZMUSIC_INTERNAL
3
4
#if !defined(ZMUSIC_STATIC)
5
- #if defined(_MSC_VER)
+ #if defined(_WIN32)
6
#define DLL_EXPORT __declspec(dllexport)
7
#define DLL_IMPORT __declspec(dllexport) // without this the compiler complains.
8
#else
0 commit comments