Improve support for private platforms (#11220)
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
*/
|
||||
|
||||
/* Add any platform that doesn't build using the configure system. */
|
||||
#if defined(SDL_PLATFORM_WIN32)
|
||||
#if defined(SDL_PLATFORM_PRIVATE)
|
||||
#include "SDL_build_config_private.h"
|
||||
#elif defined(SDL_PLATFORM_WIN32)
|
||||
#include "SDL_build_config_windows.h"
|
||||
#elif defined(SDL_PLATFORM_WINGDK)
|
||||
#include "SDL_build_config_wingdk.h"
|
||||
|
||||
Reference in New Issue
Block a user