File: wxWidgets-2.8.10-gsocket.patch

package info (click to toggle)
libalien-wxwidgets-perl 0.67%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,248 kB
  • ctags: 439
  • sloc: perl: 5,359; sh: 51; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -r -u src/gtk/gsockgtk.cpp src/gtk/gsockgtk.cpp
--- src/gtk/gsockgtk.cpp	2009-10-12 12:31:05.852113325 +0200
+++ src/gtk/gsockgtk.cpp	2009-10-12 12:31:30.832115248 +0200
@@ -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"