Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278778 | Differences between
and this patch

Collapse All | Expand All

(-)wxPython-src-2.8.10.1/src/gtk/gsockgtk.cpp.orig (+5 lines)
Lines 15-22 Link Here
15
#include <stdlib.h>
15
#include <stdlib.h>
16
#include <stdio.h>
16
#include <stdio.h>
17
17
18
// newer versions of glib define its own GSocket but we unfortunately use this
19
// // name in our own (semi-)public header and so can't change it -- rename glib
20
// // one instead
21
#define GSocket GlibGSocket
18
#include <gdk/gdk.h>
22
#include <gdk/gdk.h>
19
#include <glib.h>
23
#include <glib.h>
24
#undef GSocket
20
25
21
#include "wx/gsocket.h"
26
#include "wx/gsocket.h"
22
#include "wx/unix/gsockunx.h"
27
#include "wx/unix/gsockunx.h"

Return to bug 278778