From f151ee9fd31ced7dd2de3fe75050fe6339b1fc19 Mon Sep 17 00:00:00 2001 From: nakeee Date: Sat, 1 Nov 2008 18:05:46 +0000 Subject: [PATCH] use direct.h on windows only git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1037 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - +#endif