summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-11-01 18:05:46 +0000
committernakeee <nakeee@gmail.com>2008-11-01 18:05:46 +0000
commitf151ee9fd31ced7dd2de3fe75050fe6339b1fc19 (patch)
treee4de92028c001ec0aebae2433eb7942e08552f0c /Source
parentc4923df779946f949325bb5a67ed79fed812a906 (diff)
use direct.h on windows only
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1037 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp
index 2b833dca0d..e211243b6e 100644
--- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp
+++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp
@@ -22,8 +22,9 @@
#include "WII_IPC_HLE_Device_fs.h"
+#ifdef _WIN32
#include <direct.h>
-
+#endif