Skip to content

Commit 96cdb30

Browse files
committed
fix bad conditional for system detection.
1 parent 95efd37 commit 96cdb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/zmusic/zmusic_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define ZMUSIC_INTERNAL
33

44
#if !defined(ZMUSIC_STATIC)
5-
#if defined(_MSC_VER)
5+
#if defined(_WIN32)
66
#define DLL_EXPORT __declspec(dllexport)
77
#define DLL_IMPORT __declspec(dllexport) // without this the compiler complains.
88
#else

0 commit comments

Comments
 (0)