more of the same
This commit is contained in:
parent
07f8735d02
commit
73b9cd6503
|
@ -27,6 +27,9 @@
|
|||
#include "main.h"
|
||||
#include "desmume.h"
|
||||
|
||||
#undef GPOINTER_TO_INT
|
||||
#define GPOINTER_TO_INT(p) ((gint) (glong) (p))
|
||||
|
||||
enum {
|
||||
COLUMN_ENABLED,
|
||||
COLUMN_SIZE,
|
||||
|
|
Loading…
Reference in New Issue