From a9ebb44c6d3c9eaa42aade8412bbeaf71fb0b8ea Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Mon, 10 Apr 2017 14:19:49 +0300 Subject: [PATCH] Fix interop with SDL on iOS --- samples/tetris/sdl.def | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/tetris/sdl.def b/samples/tetris/sdl.def index a050448b1f4..3d65e4d5638 100644 --- a/samples/tetris/sdl.def +++ b/samples/tetris/sdl.def @@ -3,6 +3,7 @@ excludedFunctions = _IO_flockfile _IO_funlockfile _IO_ftrylockfile \ _IO_cleanup_region_start _IO_cleanup_region_end \ _mm_stream_si32 _mm_stream_si64 \ _cvtsh_ss __frexp __modf __nan __remquo __frexpf __modff __nanf __remquof \ + __inf __inff \ SDL_PointInRect SDL_RectEmpty SDL_RectEquals entryPoint = SDL_main