KDE/kdelibs/kdecore
Peter Kümmel
syntheticpp at yahoo.com
Thu Jul 13 13:22:34 CEST 2006
SVN commit 561816 by kuemmel:
x11 version also compiles with msvc.
Do we really need the _x11/_win versions?
CCMAIL: kde-buildsystem at kde.org
M +6 -1 ktoolinvocation_win.cpp
--- trunk/KDE/kdelibs/kdecore/ktoolinvocation_win.cpp #561815:561816
@@ -17,8 +17,10 @@
Boston, MA 02110-1301, USA.
*/
-//#include "ktoolinvocation_x11.cpp"
+#include "ktoolinvocation_x11.cpp"
+#if 0
+
#define THREADGUARD
#include "config.h"
@@ -373,3 +375,6 @@
}
#endif
+
+
+#endif //#if 0
More information about the Kde-buildsystem
mailing list