Ticket #23708: patch-gsocket.diff
File patch-gsocket.diff, 339 bytes (added by jsplifer@…, 15 years ago) |
---|
-
src/gtk/gsockgtk.cpp
old new 15 15 #include <stdlib.h> 16 16 #include <stdio.h> 17 17 18 #define GSocket GlibGSocket 19 18 20 #include <gdk/gdk.h> 19 21 #include <glib.h> 20 22 23 #undef GSocket 24 21 25 #include "wx/gsocket.h" 22 26 #include "wx/unix/gsockunx.h" 23 27