2 changed files with 17 additions and 2 deletions
@ -0,0 +1,14 @@
|
||||
diff -Naur wxGTK-2.8.10.orig/src/gtk/gsockgtk.cpp wxGTK-2.8.10.mod/src/gtk/gsockgtk.cpp
|
||||
--- wxGTK-2.8.10.orig/src/gtk/gsockgtk.cpp 2009-03-06 13:18:08.000000000 +0100
|
||||
+++ wxGTK-2.8.10.mod/src/gtk/gsockgtk.cpp 2010-02-07 18:11:13.533613008 +0100
|
||||
@@ -15,8 +15,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
+#define GSocket GlibGSocket
|
||||
#include <gdk/gdk.h>
|
||||
#include <glib.h>
|
||||
+#undef GSocket
|
||||
|
||||
#include "wx/gsocket.h"
|
||||
#include "wx/unix/gsockunx.h"
|
Loading…
Reference in new issue