summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/arm/dyncom/arm_dyncom_interpreter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom_interpreter.cpp b/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
index 0a5c7ee6e..37925e8a8 100644
--- a/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
+++ b/src/core/arm/dyncom/arm_dyncom_interpreter.cpp
@@ -34,6 +34,10 @@
34 34
35using namespace std; 35using namespace std;
36 36
37// __WIN32__ was never defined on MSVC, but it is on MinGW,
38// so we need to remove it.
39// #ifdefs to __WIN32__ are dead code and will not even compile
40// anymore, due to bank_defs.h missing.
37#ifdef _WIN32 41#ifdef _WIN32
38#undef __WIN32__ 42#undef __WIN32__
39#endif 43#endif