mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue