mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Scope the Windows include directory to only point to Source/Core/.
Also fix the Windows build with this change.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include "EmuWindow.h"
|
||||
#include "VideoCommon/EmuWindow.h"
|
||||
#endif
|
||||
|
||||
#include "AudioCommon/AudioCommon.h"
|
||||
|
Reference in New Issue
Block a user