mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
Merge pull request #4726 from ligfx/addingwindowsheaders
Fix building without PCH on Windows
This commit is contained in:
commit
f70a1a27fa
19 changed files with 36 additions and 22 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
struct StreamingVoiceContext;
|
||||
struct IXAudio2;
|
||||
struct IXAudio2MasteringVoice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue