mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Only include <windows.h> when compiling for Windows.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@340 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7d0bf8a101
commit
4aa233f1f6
@ -17,7 +17,9 @@
|
||||
|
||||
#include "VideoState.h"
|
||||
#include "TextureDecoder.h"
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
void VideoCommon_SaveState() {
|
||||
#ifdef WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user