[CRT] Add some missing #pragma function

This commit is contained in:
Timo Kreuzer 2021-07-10 13:24:42 +02:00
parent db41787951
commit aea4cfba55
23 changed files with 79 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#include <string.h>
#if defined(_MSC_VER) && defined(_M_ARM)
#if defined(_MSC_VER)
#pragma function(memchr)
#endif /* _MSC_VER */