"MSVCRT memcpy behaves like memmove for overlapping moves"

Fixes wine msvcrt string test

svn path=/trunk/; revision=20238
This commit is contained in:
Sebastian Gasiorek 2005-12-18 00:43:58 +00:00
parent 583e7a4282
commit 1b17f93d3a

View file

@ -746,7 +746,7 @@ mbstowcs=NTDLL.mbstowcs
mbtowc mbtowc
memchr memchr
memcmp memcmp
memcpy memcpy=memmove
memmove memmove
memset memset
mktime mktime