summaryrefslogtreecommitdiff
path: root/community/gpsim/gpsim-0.26.1-glib.patch
blob: 0088ca8363fe711ba9289fa166d158cd3f1b8ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- gpsim-0.26.1.orig/src/bitlog.h	2010-06-05 01:46:30.000000000 -0500
+++ gpsim-0.26.1/src/bitlog.h	2012-12-04 08:32:03.327155186 -0500
@@ -25,7 +25,7 @@
 
 // include the absolute minimum portion of GLIB to get the definitions
 // for guint64, etc.
-#include <glibconfig.h>
+#include <glib.h>
 
 /**********************************************************************
  * boolean event logging

--- gpsim-0.26.1.orig/src/os_dependent.cc	2010-06-05 01:46:30.000000000 -0500
+++ gpsim-0.26.1/src/os_dependent.cc	2012-12-04 08:50:22.684064974 -0500
@@ -39,8 +39,7 @@
 #ifdef _WIN32
 #define G_PLATFORM_WIN32
 #define G_OS_WIN32
-#include <glib/gmem.h>
-#include <glib/gwin32.h>
+#include <glib.h>
 #include <direct.h>
 #include <windows.h>