ok i shouldve checked for these all at once but now i did and this is the last

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

View File

@ -66,6 +66,9 @@
#include "DeSmuME.xpm"
#undef GPOINTER_TO_INT
#define GPOINTER_TO_INT(p) ((gint) (glong) (p))
#define EMULOOP_PRIO (G_PRIORITY_HIGH_IDLE + 20)
#if GTK_CHECK_VERSION(2,10,0)