From 982ea35d44c55269fe40b648c260e9ee2610b892 Mon Sep 17 00:00:00 2001 From: Peter Tissen Date: Sun, 8 Jun 2014 16:43:53 +0200 Subject: [PATCH] enable full precompiled headers for non-Windows Platforms for now to make people not guess all the time what to include --- rpcs3/stdafx.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/stdafx.h b/rpcs3/stdafx.h index c53fe16278..cafdb54861 100644 --- a/rpcs3/stdafx.h +++ b/rpcs3/stdafx.h @@ -280,7 +280,6 @@ enum Status #include "Utilities/IdManager.h" #include "Utilities/StrFmt.h" -#ifdef _WIN32 #include "Emu/SysCalls/Callback.h" #include "Ini.h" #include "Gui/FrameBase.h" @@ -302,7 +301,6 @@ enum Status #include "Emu/FS/vfsFile.h" #include "Emu/FS/vfsDir.h" #include "rpcs3.h" -#endif #define _PRGNAME_ "RPCS3" #define _PRGVER_ "0.0.0.4"