freebsd-ports/x11-toolkits/wxgtk29/files/patch-contrib-src-stc-PlatWX.cpp
Max Khon cbb36b4539 Fix STC build.
Pointed out by:	kuriyama
2004-08-15 07:51:08 +00:00

11 lines
221 B
C++

--- contrib/src/stc/PlatWX.cpp.orig Sun Aug 15 14:41:28 2004
+++ contrib/src/stc/PlatWX.cpp Sun Aug 15 14:40:11 2004
@@ -18,7 +18,7 @@
#include "wx/stc/stc.h"
-#ifdef __WXGTK__
+#if 0
#include <gtk/gtk.h>
#endif