"MSVCRT memcpy behaves like memmove for overlapping moves"
Fixes wine msvcrt string test
Modified: trunk/reactos/lib/msvcrt/msvcrt.def
_____
Modified: trunk/reactos/lib/msvcrt/msvcrt.def
--- trunk/reactos/lib/msvcrt/msvcrt.def 2005-12-18 00:05:08 UTC (rev
20237)
+++ trunk/reactos/lib/msvcrt/msvcrt.def 2005-12-18 00:43:58 UTC (rev
20238)
@@ -746,7 +746,7 @@
mbtowc
memchr
memcmp
-memcpy
+memcpy=memmove
memmove
memset
mktime
Show replies by date