wok-6.x annotate opencpn/stuff/glib.u @ rev 24471
updated dcfldd (1.3.4-1 -> 1.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 17 15:14:14 2022 +0100 (2022-02-17) |
parents | |
children |
rev | line source |
---|---|
pascal@4319 | 1 Both glib and wx define GSocket, see http://trac.wxwidgets.org/ticket/10883 |
pascal@4319 | 2 |
pascal@4319 | 3 --- include/dychart.h |
pascal@4319 | 4 +++ include/dychart.h |
pascal@4319 | 5 @@ -211,7 +211,9 @@ |
pascal@4319 | 6 |
pascal@4319 | 7 #ifdef __WXGTK__ |
pascal@4319 | 8 #ifdef ocpnUSE_GTK_OPTIMIZE |
pascal@4319 | 9 +#define GSocket GlibGSocket |
pascal@4319 | 10 #include <gtk/gtk.h> |
pascal@4319 | 11 +#undef GSocket |
pascal@4319 | 12 #endif |
pascal@4319 | 13 #endif |
pascal@4319 | 14 |