From f431d48dd835df180cb26053e8e7869c5f70d66c Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sun, 29 Jan 2012 15:52:02 +0000 Subject: [PATCH] Minor change. --- Library/Export.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Library/Export.h b/Library/Export.h index f4b0318d..f6776ad0 100644 --- a/Library/Export.h +++ b/Library/Export.h @@ -20,12 +20,11 @@ #define __EXPORT_H__ #ifdef LIBRARY_EXPORTS -#define LIBRARY_DECLSPEC __declspec(dllexport) +#define LIBRARY_EXPORT EXTERN_C #else -#define LIBRARY_DECLSPEC __declspec(dllimport) +#define LIBRARY_EXPORT EXTERN_C __declspec(dllimport) #endif // LIBRARY_EXPORTS -#define LIBRARY_EXPORT EXTERN_C LIBRARY_DECLSPEC #define PLUGIN_EXPORT EXTERN_C __declspec(dllexport) //