ok i shouldve checked for these all at once but now i did and this is the last
This commit is contained in:
parent
73b9cd6503
commit
0bb93e7c8c
|
@ -66,6 +66,9 @@
|
||||||
|
|
||||||
#include "DeSmuME.xpm"
|
#include "DeSmuME.xpm"
|
||||||
|
|
||||||
|
#undef GPOINTER_TO_INT
|
||||||
|
#define GPOINTER_TO_INT(p) ((gint) (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