mirror of
https://github.com/reactos/reactos
synced 2025-10-05 16:02:58 +02:00
committed by
Victor Perevertkin
parent
bf4d47d969
commit
1449523c6d
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user