summaryrefslogtreecommitdiff
path: root/include/FLAC++/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/FLAC++/export.h')
-rw-r--r--include/FLAC++/export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC++/export.h b/include/FLAC++/export.h
index 16453621..6776b29c 100644
--- a/include/FLAC++/export.h
+++ b/include/FLAC++/export.h
@@ -59,7 +59,7 @@
#if defined(FLAC__NO_DLL)
#define FLACPP_API
-#elif defined(_MSC_VER)
+#elif defined(_WIN32)
#ifdef FLACPP_API_EXPORTS
#define FLACPP_API __declspec(dllexport)
#else