diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-30 13:31:22 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-30 13:31:22 -0500 |
commit | 13b2657c49b60dcf5d851a63346801232f9ee832 (patch) | |
tree | 7c1822505b2f515a539537a35abe44e737d15a24 /include/global.h | |
parent | 1d1c88a850e0967051599b37873328e63ae63643 (diff) |
through sub_8104498; decompile some data
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 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} |