msvcrt: Added memmove_s and memcpy_s implementation.
authorPiotr Caban <piotr@codeweavers.com>
Mon, 12 Apr 2010 13:35:31 +0000 (15:35 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 Apr 2010 15:48:21 +0000 (17:48 +0200)
commit8fc18b6b4801efc0098f20a6ed4cacf6172e986f
tree8a1999b14c7a301094190346df88fe1dd1636d3c
parent72d9aaa6e5ffbd449c025b982b5761fee38977e6
msvcrt: Added memmove_s and memcpy_s implementation.
dlls/msvcr80/msvcr80.spec
dlls/msvcr90/msvcr90.spec
dlls/msvcrt/heap.c
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/tests/misc.c