mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
"MSVCRT memcpy behaves like memmove for overlapping moves"
Fixes wine msvcrt string test svn path=/trunk/; revision=20238
This commit is contained in:
parent
583e7a4282
commit
1b17f93d3a
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ mbstowcs=NTDLL.mbstowcs
|
|||
mbtowc
|
||||
memchr
|
||||
memcmp
|
||||
memcpy
|
||||
memcpy=memmove
|
||||
memmove
|
||||
memset
|
||||
mktime
|
||||
|
|
Loading…
Reference in a new issue