mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-19 17:58:13 +00:00
Fix Xbox builds
This commit is contained in:

committed by
Sam Lantinga

parent
c7442b04f0
commit
e98cf3c870
@@ -23,7 +23,7 @@
|
||||
#include "../SDL_hashtable.h"
|
||||
#include "SDL_getenv_c.h"
|
||||
|
||||
#if defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_WINGDK)
|
||||
#if defined(SDL_PLATFORM_WINDOWS)
|
||||
#include "../core/windows/SDL_windows.h"
|
||||
#endif
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "../core/android/SDL_android.h"
|
||||
#endif
|
||||
|
||||
#if defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_WINGDK)
|
||||
#if defined(SDL_PLATFORM_WINDOWS)
|
||||
#define HAVE_WIN32_ENVIRONMENT
|
||||
#elif defined(HAVE_GETENV) && \
|
||||
(defined(HAVE_SETENV) || defined(HAVE_PUTENV)) && \
|
||||
|
Reference in New Issue
Block a user