Fix -Wundef warnings due to use of unguarded __WINRT__

This commit is contained in:
Anonymous Maarten
2023-03-27 15:21:40 +02:00
parent 5bbff323c7
commit 992a9537d9
6 changed files with 13 additions and 13 deletions

View File

@@ -2135,7 +2135,7 @@ static SDL_Renderer *GLES2_CreateRenderer(SDL_Window *window, Uint32 flags)
goto error;
}
#if __WINRT__
#ifdef __WINRT__
/* DLudwig, 2013-11-29: ANGLE for WinRT doesn't seem to work unless VSync
* is turned on. Not doing so will freeze the screen's contents to that
* of the first drawn frame.