wok-stable view opencpn/stuff/glib.u @ rev 9862
Up: tazpkg (4.6.2) - Bug fix and last rel with TazpkgBox (we have TazPanel packages now)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 19:31:20 2011 +0200 (2011-05-16) |
parents | |
children |
line source
1 Both glib and wx define GSocket, see http://trac.wxwidgets.org/ticket/10883
3 --- include/dychart.h
4 +++ include/dychart.h
5 @@ -211,7 +211,9 @@
7 #ifdef __WXGTK__
8 #ifdef ocpnUSE_GTK_OPTIMIZE
9 +#define GSocket GlibGSocket
10 #include <gtk/gtk.h>
11 +#undef GSocket
12 #endif
13 #endif