oh i see. GPOINTER_TO_UINT as well

This commit is contained in:
zeromus 2010-11-17 08:08:22 +00:00
parent 0bb93e7c8c
commit efdd1e8621
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@
#undef GPOINTER_TO_INT
#define GPOINTER_TO_INT(p) ((gint) (glong) (p))
#undef GPOINTER_TO_UINT
#define GPOINTER_TO_UINT(p) ((guint) (glong) (p))
#define EMULOOP_PRIO (G_PRIORITY_HIGH_IDLE + 20)
#if GTK_CHECK_VERSION(2,10,0)