"MSVCRT memcpy behaves like memmove for overlapping moves"
authorSebastian Gasiorek <sebastian.gasiorek@reactos.org>
Sun, 18 Dec 2005 00:43:58 +0000 (00:43 +0000)
committerSebastian Gasiorek <sebastian.gasiorek@reactos.org>
Sun, 18 Dec 2005 00:43:58 +0000 (00:43 +0000)
Fixes wine msvcrt string test

svn path=/trunk/; revision=20238

reactos/lib/msvcrt/msvcrt.def

index 08f1ca9..a19d38d 100644 (file)
@@ -746,7 +746,7 @@ mbstowcs=NTDLL.mbstowcs
 mbtowc
 memchr
 memcmp
-memcpy
+memcpy=memmove
 memmove
 memset
 mktime