summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/src/arm/armdefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/src/arm/armdefs.h b/src/core/src/arm/armdefs.h
index a0cf28a92..69cf790e4 100644
--- a/src/core/src/arm/armdefs.h
+++ b/src/core/src/arm/armdefs.h
@@ -22,6 +22,10 @@
22#include <stdlib.h> 22#include <stdlib.h>
23#include <errno.h> 23#include <errno.h>
24 24
25#if EMU_PLATFORM == PLATFORM_WINDOWS
26#include <windows.h>
27#endif
28
25//teawater add for arm2x86 2005.02.14------------------------------------------- 29//teawater add for arm2x86 2005.02.14-------------------------------------------
26// koodailar remove it for mingw 2005.12.18---------------- 30// koodailar remove it for mingw 2005.12.18----------------
27//anthonylee modify it for portable 2007.01.30 31//anthonylee modify it for portable 2007.01.30