Scope the Windows include directory to only point to Source/Core/.

Also fix the Windows build with this change.
This commit is contained in:
Lioncash
2014-02-18 13:21:12 -05:00
parent 362dec9c7c
commit eee549f92b
2 changed files with 2 additions and 12 deletions

View File

@ -4,7 +4,7 @@
#ifdef _WIN32
#include <windows.h>
#include "EmuWindow.h"
#include "VideoCommon/EmuWindow.h"
#endif
#include "AudioCommon/AudioCommon.h"