wine/dlls/mapi32 tests/util.c tests/Makefile.i ...
ChangeSet ID: 14614 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/11/30 11:38:52 Modified files: dlls/mapi32/tests: util.c Makefile.in .cvsignore dlls/mapi32 : util.c mapi32_main.c mapi32.spec Makefile.in Added files: dlls/mapi32/tests: imalloc.c dlls/mapi32 : imalloc.c Log message: Jon Griffiths <jon_p_griffiths(a)yahoo.com> Implement DllMain, DllCanUnloadNow, WrapProgress, MAPIGetDefaultMalloc, IsBadBoundedStringPtr, UFromSz, UlFromSzHex, CbOfEncoded. Add tests for the above. Patch: http://cvs.winehq.org/patch.py?id=14614 Old revision New revision Changes Path 1.2 1.3 +65 -0 wine/dlls/mapi32/tests/util.c 1.1 1.2 +1 -0 wine/dlls/mapi32/tests/Makefile.in 1.1 1.2 +1 -0 wine/dlls/mapi32/tests/.cvsignore 1.5 1.6 +126 -7 wine/dlls/mapi32/util.c 1.7 1.8 +38 -0 wine/dlls/mapi32/mapi32_main.c 1.13 1.14 +7 -7 wine/dlls/mapi32/mapi32.spec 1.7 1.8 +2 -1 wine/dlls/mapi32/Makefile.in Added 1.1 +0 -0 wine/dlls/mapi32/tests/imalloc.c Added 1.1 +0 -0 wine/dlls/mapi32/imalloc.c
participants (1)
-
Alexandre Julliard