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:
Maarten ter Huurne 2008-08-27 12:09:56 +00:00
parent ee39265c1a
commit a8f5185ef0
1 changed files with 3 additions and 0 deletions

View File

@ -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