Fixed building with GDK (thanks @Romans-I-XVI!)

This commit is contained in:
Sam Lantinga
2024-04-30 10:20:55 -07:00
parent 7554e82ec3
commit 1caa427035
2 changed files with 3 additions and 5 deletions

View File

@@ -20,7 +20,6 @@
*/
#include "../../SDL_internal.h"
#ifdef SDL_FILESYSTEM_XBOX
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* System dependent filesystem routines */
@@ -135,6 +134,5 @@ SDL_GetPrefPath(const char *org, const char *app)
return folderPath;
}
#endif /* SDL_FILESYSTEM_XBOX */
/* vi: set ts=4 sw=4 expandtab: */