Skip to content

Commit

Permalink
Re-enable GSocket rename workaround for gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
badfeed committed Jan 25, 2010
1 parent 2f1cf93 commit d48a34b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions include/nmea.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* $Id: nmea.h,v 1.24 2010/01/02 01:58:12 bdbcat Exp $
* $Id: nmea.h,v 1.25 2010/01/25 01:31:53 badfeed Exp $
*
* Project: OpenCP
* Purpose: NMEA Data Object
Expand All @@ -26,6 +26,9 @@
***************************************************************************
*
* $Log: nmea.h,v $
* Revision 1.25 2010/01/25 01:31:53 badfeed
* Re-enable GSocket rename workaround for gtk
*
* Revision 1.24 2010/01/02 01:58:12 bdbcat
* Clone Event
*
Expand Down Expand Up @@ -106,10 +109,10 @@
// newer versions of glib define its own GSocket but we unfortunately use this
// name in our own (semi-)public header and so can't change it -- rename glib
// one instead
//#define GSocket GlibGSocket
//#include <gdk/gdk.h>
#define GSocket GlibGSocket
#include <gtk/gtk.h>
//#include <glib.h>
//#undef GSocket
#undef GSocket
#endif


Expand Down

0 comments on commit d48a34b

Please sign in to comment.