[Digikam-devel] [Bug 149485] Advanced image resize for the digikam editor

Carlo Baldassi carlobaldassi at gmail.com
Sun Apr 26 19:57:06 BST 2009


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 */



More information about the Digikam-devel mailing list