summaryrefslogtreecommitdiff
path: root/src/core/stdplug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdplug.h')
-rw-r--r--src/core/stdplug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdplug.h b/src/core/stdplug.h
index ef65298258..9a6f751829 100644
--- a/src/core/stdplug.h
+++ b/src/core/stdplug.h
@@ -1,6 +1,6 @@
#ifdef _STATIC
- #define MIRANDA_EXE_FUNC(T) extern "C" T __declspec(dllexport)
+ #define MIRANDA_EXE_FUNC(T) extern "C" T
#else
#define MIRANDA_EXE_FUNC(T) extern "C" T __declspec(dllimport)
#endif