diff --git a/pcsx2/DEV9/Win32/Config.cpp b/pcsx2/DEV9/Win32/DEV9WinConfig.cpp similarity index 100% rename from pcsx2/DEV9/Win32/Config.cpp rename to pcsx2/DEV9/Win32/DEV9WinConfig.cpp diff --git a/pcsx2/SPU2/Windows/Config.cpp b/pcsx2/SPU2/Windows/Config.cpp index 7621a01e75..29a5f3258f 100644 --- a/pcsx2/SPU2/Windows/Config.cpp +++ b/pcsx2/SPU2/Windows/Config.cpp @@ -16,6 +16,7 @@ #include "PrecompiledHeader.h" #include "../Global.h" #include "Dialogs.h" +#include "Config.h" #include #ifdef PCSX2_DEVBUILD diff --git a/pcsx2/SPU2/Windows/SndOut_XAudio2.cpp b/pcsx2/SPU2/Windows/SndOut_XAudio2.cpp index fcae4b3b4b..79761b94ee 100644 --- a/pcsx2/SPU2/Windows/SndOut_XAudio2.cpp +++ b/pcsx2/SPU2/Windows/SndOut_XAudio2.cpp @@ -20,6 +20,7 @@ #undef _WIN32_WINNT #define _WIN32_WINNT 0x0602 #include +#include #include #include #include diff --git a/pcsx2/windows/VCprojects/pcsx2.vcxproj b/pcsx2/windows/VCprojects/pcsx2.vcxproj index 27449a1af6..6107185699 100644 --- a/pcsx2/windows/VCprojects/pcsx2.vcxproj +++ b/pcsx2/windows/VCprojects/pcsx2.vcxproj @@ -266,7 +266,7 @@ - + diff --git a/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters b/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters index a8e1cd3a33..6d489db303 100644 --- a/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters +++ b/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters @@ -1018,9 +1018,6 @@ System\DEV9 - - System\DEV9 - System\DEV9 @@ -1030,6 +1027,9 @@ System\DEV9 + + System\DEV9 +