Implement DllMain, DllCanUnloadNow, WrapProgress,
commit18b26d893a777e37e3066c20450c96c2380db0aa
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Tue, 30 Nov 2004 17:38:52 +0000 (30 17:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 30 Nov 2004 17:38:52 +0000 (30 17:38 +0000)
tree6e09d57d1d721d28cc5bd9d09f45c0d608aec739
parent30bebfdc383a98f498b30d9161f587db35ebb95c
Implement DllMain, DllCanUnloadNow, WrapProgress,
MAPIGetDefaultMalloc, IsBadBoundedStringPtr, UFromSz, UlFromSzHex,
CbOfEncoded.
Add tests for the above.
dlls/mapi32/Makefile.in
dlls/mapi32/imalloc.c [new file with mode: 0644]
dlls/mapi32/mapi32.spec
dlls/mapi32/mapi32_main.c
dlls/mapi32/tests/.cvsignore
dlls/mapi32/tests/Makefile.in
dlls/mapi32/tests/imalloc.c [new file with mode: 0644]
dlls/mapi32/tests/util.c
dlls/mapi32/util.c