https://bugs.kde.org/show_bug.cgi?id=149485--- Comment #147 from Carlo Baldassi <carlobaldassi gmail com> 2009-04-26 20:57:05 ---
>With this one, all compile fine. No warnings, no error. It's more simple too.
Ah, great. What about this one?
#ifdef _MSC_VER
# define LQR_PUBLIC __declspec(dllexport)
#else
# define LQR_PUBLIC __attribute__((visibility("default")))
#endif /* _MSC_VER */
From a little more search in the web, I think this is how symbol exporting in
shared libraries should be done with MSVC. If this is fine too I'll commit
this.
--
Configure bugmail:
https://bugs.kde.org/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel