mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
parent
bf4d47d969
commit
1449523c6d
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1910 || !defined(_WIN64))
|
||||
#pragma function(memchr)
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1910 || !defined(_WIN64))
|
||||
#pragma function(memmove)
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
|
|
Loading…
Reference in a new issue