summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
-rw-r--r--include/slot_machine.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index a4e71852c..2ea69a1e1 100644
--- a/include/global.h
+++ b/include/global.h
@@ -5,7 +5,7 @@
#include "config.h"
// IDE support
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__CYGWIN__)
#define _(x) x
#define __(x) x
#define INCBIN_U8 {0}
diff --git a/include/slot_machine.h b/include/slot_machine.h
index 81263e97e..a7a1fed44 100644
--- a/include/slot_machine.h
+++ b/include/slot_machine.h
@@ -29,7 +29,8 @@ struct SlotMachineEwramStruct {
/*0x3A*/ u8 unk3A[3];
/*0x3D*/ u8 unk3D;
/*0x3E*/ u8 unk3E;
- /*0x3F*/ u8 filler3F[5];
+ /*0x3F*/ u8 unk3F;
+ /*0x40*/ u8 filler40[4];
/*0x44*/ u8 unk44[5];
/*0x49*/ u8 filler49[15];
/*0x58*/ u16 win0h;