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 d52f0bbb..628fe5fc 100644
--- a/include/FLAC/export.h
+++ b/include/FLAC/export.h
@@ -59,7 +59,7 @@
#if defined(FLAC__NO_DLL)
#define FLAC_API
-#elif defined(_MSC_VER)
+#elif defined(_WIN32)
#ifdef FLAC_API_EXPORTS
#define FLAC_API __declspec(dllexport)
#else