summaryrefslogtreecommitdiffstats
path: root/src/Client/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/export.h')
-rw-r--r--src/Client/export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Client/export.h b/src/Client/export.h
index c52e49d..44c120c 100644
--- a/src/Client/export.h
+++ b/src/Client/export.h
@@ -1,9 +1,9 @@
#ifndef MAD_CLIENT_EXPORT
# ifdef _WIN32
# ifdef MAD_CLIENT_EXPORTS
-# define MAD_CLIENT_EXPORT _declspec(dllexport)
+# define MAD_CLIENT_EXPORT __declspec(dllexport)
# else
-# define MAD_CLIENT_EXPORT _declspec(dllimport)
+# define MAD_CLIENT_EXPORT __declspec(dllimport)
# endif
# else
# define MAD_CLIENT_EXPORT