summaryrefslogtreecommitdiff
path: root/libs/hunspell/src/hunvisapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hunspell/src/hunvisapi.h')
-rw-r--r--libs/hunspell/src/hunvisapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hunspell/src/hunvisapi.h b/libs/hunspell/src/hunvisapi.h
index eb2b348091..ed0a502ba2 100644
--- a/libs/hunspell/src/hunvisapi.h
+++ b/libs/hunspell/src/hunvisapi.h
@@ -3,7 +3,7 @@
#if defined(HUNSPELL_STATIC)
# define LIBHUNSPELL_DLL_EXPORTED
-#elif defined(_MSC_VER)
+#elif defined(_WIN32)
# if defined(BUILDING_LIBHUNSPELL)
# define LIBHUNSPELL_DLL_EXPORTED __declspec(dllexport)
# else