wok view wxWidgets/stuff/gsockgtk.patch @ rev 20343

git update: 2.3.0 (2015 Feb) -> 2.17.1 (2018 May)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 10:00:34 2018 +0000 (2018-06-08)
parents
children
line source
1 --- src/gtk/gsockgtk.cpp Fri Mar 6 13:11:40 2009
2 +++ src/gtk/gsockgtk.cpp Thu Sep 17 12:10:10 2009
3 @@ -15,8 +15,13 @@
4 #include <stdlib.h>
5 #include <stdio.h>
7 +// newer versions of glib define its own GSocket but we unfortunately use this
8 +// name in our own (semi-)public header and so can't change it -- rename glib
9 +// one instead
10 +#define GSocket GlibGSocket
11 #include <gdk/gdk.h>
12 #include <glib.h>
13 +#undef GSocket
15 #include "wx/gsocket.h"
16 #include "wx/unix/gsockunx.h"