ChangeSet ID: 21542 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/29 05:08:17
Modified files: dlls/ole32 : Makefile.in ole32.spec dlls/ole32/tests: Makefile.in marshal.c Added files: dlls/ole32 : usrmarshal.c
Log message: Robert Shearman rob@codeweavers.com Implement some user marshal functions and add tests.
Patch: http://cvs.winehq.org/patch.py?id=21542
Old revision New revision Changes Path 1.44 1.45 +2 -1 wine/dlls/ole32/Makefile.in 1.67 1.68 +44 -40 wine/dlls/ole32/ole32.spec Added 1.1 +0 -0 wine/dlls/ole32/usrmarshal.c 1.7 1.8 +1 -1 wine/dlls/ole32/tests/Makefile.in 1.28 1.29 +189 -0 wine/dlls/ole32/tests/marshal.c