[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sun Feb 6 20:56:30 CET 2005


CVS commit by staikos: 

kdemacros.h is fairly new too


  M +5 -0      kst_export.h   1.2


--- kdeextragear-2/kst/kst/kst_export.h  #1.1:1.2
@@ -20,4 +20,5 @@
 
 #include <kdeversion.h>
+#if KDE_VERSION >= KDE_MAKE_VERSION(3,2,0)
 #include <kdemacros.h>
 
@@ -33,4 +34,8 @@
 
 #define KST_EXPORT KDE_EXPORT
+#else
+/* no kdemacros */
+#define KST_EXPORT
+#endif
 
 #endif




More information about the Kst mailing list