This header is Windows specific, so disabled it for other platforms, to avoid GCC complaining about a #pragma it cannot understand.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@355 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ee39265c1a
commit
a8f5185ef0
|
@ -18,6 +18,8 @@
|
|||
#ifndef __STDAFX_H_
|
||||
#define __STDAFX_H_
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
// Change these values to use different versions
|
||||
#define WINVER 0x0400
|
||||
#define _WIN32_WINNT 0x0501
|
||||
|
@ -45,3 +47,4 @@
|
|||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue