Exclude _cvtsh_ss when interoping with SDL2
This function requires some target features to be enabled.
This commit is contained in:
committed by
SvyatoslavScherbina
parent
49f1873efd
commit
b5441f7470
@@ -2,6 +2,7 @@ headers = SDL.h stdio.h string.h unistd.h stdlib.h time.h
|
|||||||
excludedFunctions = _IO_flockfile _IO_funlockfile _IO_ftrylockfile \
|
excludedFunctions = _IO_flockfile _IO_funlockfile _IO_ftrylockfile \
|
||||||
_IO_cleanup_region_start _IO_cleanup_region_end \
|
_IO_cleanup_region_start _IO_cleanup_region_end \
|
||||||
_mm_stream_si32 _mm_stream_si64 \
|
_mm_stream_si32 _mm_stream_si64 \
|
||||||
|
_cvtsh_ss \
|
||||||
SDL_PointInRect SDL_RectEmpty SDL_RectEquals
|
SDL_PointInRect SDL_RectEmpty SDL_RectEquals
|
||||||
entryPoint = SDL_main
|
entryPoint = SDL_main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user