Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008

This commit is contained in:
Sam Lantinga 2011-01-24 15:46:11 -08:00
parent b33881a48e
commit 10b8372bd3
42 changed files with 1137 additions and 3437 deletions

View file

@ -25,7 +25,7 @@
#ifndef HAVE_GETENV
#if defined(__WINDOWS__) && !defined(_WIN32_WCE)
#if defined(__WIN32__) && !defined(_WIN32_WCE)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@ -163,7 +163,7 @@ SDL_getenv(const char *name)
return value;
}
#endif /* __WINDOWS__ */
#endif /* __WIN32__ */
#endif /* !HAVE_GETENV */