summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-23 22:09:26 -0400
committerGravatar ShizZy2013-09-23 22:09:26 -0400
commit00287b7a65fb91114ac9ab473cb57d0bc080d4a2 (patch)
tree50742d5ce8b16982aeaad8cb63d5bdc716e55090 /src/core
parentmoved file_sys to common (diff)
downloadyuzu-00287b7a65fb91114ac9ab473cb57d0bc080d4a2.tar.gz
yuzu-00287b7a65fb91114ac9ab473cb57d0bc080d4a2.tar.xz
yuzu-00287b7a65fb91114ac9ab473cb57d0bc080d4a2.zip
removed <windows.h> include from common.h and added it only where needed
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