mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Add includes for building on Windows without PCH
This commit is contained in:
parent
c3a1547d9a
commit
713ec5ffd5
15 changed files with 24 additions and 10 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
#include "Common/CommonFuncs.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
// Generic function to get last error message.
|
||||
// Call directly after the command or use the error num.
|
||||
// This function might change the error code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue