summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/gmain.h')
-rw-r--r--eglib/gmain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/eglib/gmain.h b/eglib/gmain.h
index ac12c617..6bc08a81 100644
--- a/eglib/gmain.h
+++ b/eglib/gmain.h
@@ -28,6 +28,10 @@ typedef const void * gconstpointer;
typedef size_t gsize;
typedef ssize_t gssize;
+#ifndef GPOINTER_TO_UINT
+#define GPOINTER_TO_UINT(p) ((guint) (p))
+#endif
+
#ifndef SSIZE_MAX
#define SSIZE_MAX INT_MAX
#endif