Exclude _cvtsh_ss when interoping with SDL2

This function requires some target features to be enabled.
This commit is contained in:
Svyatoslav Scherbina
2017-03-21 19:21:42 +07:00
committed by SvyatoslavScherbina
parent 49f1873efd
commit b5441f7470
+1
View File
@@ -2,6 +2,7 @@ headers = SDL.h stdio.h string.h unistd.h stdlib.h time.h
excludedFunctions = _IO_flockfile _IO_funlockfile _IO_ftrylockfile \
_IO_cleanup_region_start _IO_cleanup_region_end \
_mm_stream_si32 _mm_stream_si64 \
_cvtsh_ss \
SDL_PointInRect SDL_RectEmpty SDL_RectEquals
entryPoint = SDL_main