Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
This commit is contained in:
parent
b33881a48e
commit
10b8372bd3
42 changed files with 1137 additions and 3437 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue