ChangeSet ID: 11579 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/18 19:53:11
Modified files: dlls/msvcrt/tests: Makefile.in .cvsignore dlls/msvcrt : msvcrt.spec Added files: dlls/msvcrt/tests: string.c
Log message: Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Relay msvcrt_memcpy to memmove, CString::Insert seems to rely on that behaviour. Add a test case.
Patch: http://cvs.winehq.org/patch.py?id=11579
Old revision New revision Changes Path 1.4 1.5 +2 -1 wine/dlls/msvcrt/tests/Makefile.in 1.5 1.6 +1 -0 wine/dlls/msvcrt/tests/.cvsignore 1.87 1.88 +1 -1 wine/dlls/msvcrt/msvcrt.spec Added 1.1 +0 -0 wine/dlls/msvcrt/tests/string.c