Fixed Android warnings

This commit is contained in:
Sam Lantinga
2024-06-04 16:38:11 -07:00
parent 5387022855
commit ce65f84fd8
4 changed files with 29 additions and 4 deletions

View File

@@ -20,6 +20,8 @@
*/
#include "SDL_internal.h"
#include "SDL_getenv_c.h"
#if defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_WINGDK)
#include "../core/windows/SDL_windows.h"
#endif