mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Fixed a warning when SDL_syswm.h is included in code compiled for iOS with clang.
This commit is contained in:
parent
d1372bb92c
commit
6c20b68257
@ -163,6 +163,7 @@ struct SDL_SysWMmsg
|
|||||||
#if defined(SDL_VIDEO_DRIVER_UIKIT)
|
#if defined(SDL_VIDEO_DRIVER_UIKIT)
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
|
int dummy;
|
||||||
/* No UIKit window events yet */
|
/* No UIKit window events yet */
|
||||||
} uikit;
|
} uikit;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user