oh i see. GPOINTER_TO_UINT as well
This commit is contained in:
parent
0bb93e7c8c
commit
efdd1e8621
|
@ -69,6 +69,9 @@
|
||||||
#undef GPOINTER_TO_INT
|
#undef GPOINTER_TO_INT
|
||||||
#define GPOINTER_TO_INT(p) ((gint) (glong) (p))
|
#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)
|
#define EMULOOP_PRIO (G_PRIORITY_HIGH_IDLE + 20)
|
||||||
|
|
||||||
#if GTK_CHECK_VERSION(2,10,0)
|
#if GTK_CHECK_VERSION(2,10,0)
|
||||||
|
|
Loading…
Reference in New Issue