mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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
|
mbtowc
|
||||||
memchr
|
memchr
|
||||||
memcmp
|
memcmp
|
||||||
memcpy
|
memcpy=memmove
|
||||||
memmove
|
memmove
|
||||||
memset
|
memset
|
||||||
mktime
|
mktime
|
||||||
|
|
Loading…
Reference in a new issue