mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[CRT] Add some missing #pragma function
This commit is contained in:
parent
db41787951
commit
aea4cfba55
23 changed files with 79 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER) && defined(_M_ARM)
|
||||
#if defined(_MSC_VER)
|
||||
#pragma function(memchr)
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue