playground/libs/popupdropper/popupdropper
Patrick Spendrin
ps_ml at gmx.de
Thu Jul 24 10:24:50 CEST 2008
SVN commit 837213 by sengels:
fix popupdropper export
CCMAIL: kde-dev at emailgoeshere.com
CCMAIL: pgquiles at elpauer.org
CCMAIL: kde-windows at kde.org
M +8 -2 PopupDropper_Export.h
--- trunk/playground/libs/popupdropper/popupdropper/PopupDropper_Export.h #837212:837213
@@ -21,8 +21,14 @@
#define POPUPDROPPER_EXPORT_H
#if defined(_WIN32) || defined(_WIN64)
- #define POPUPDROPPER_EXPORT __declspec(dllexport)
-#else
+# if defined(MAKE_AMAROKPUD_LIB)
+# define POPUPDROPPER_EXPORT __declspec(dllexport)
+# else
+# define POPUPDROPPER_EXPORT __declspec(dllimport)
+# endif
+#endif
+
+#if !defined(_WIN32) && !defined(_WIN64)
#define POPUPDROPPER_EXPORT __attribute__ ((visibility("default")))
#endif
More information about the Kde-windows
mailing list