SVN commit 837213 by sengels:

fix popupdropper export
CCMAIL: [EMAIL PROTECTED]
CCMAIL: [EMAIL PROTECTED]
CCMAIL: [email protected]

 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
 
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to