ChangeSet ID: 14630 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/01 09:33:34
Modified files: include : objbase.h dlls/ole32 : ole32.spec marshal.c compobj.c
Log message: Robert Shearman rob@codeweavers.com - Add some function declarations to objbase.h. - Add stubs for server ref counting. - Implement HRESULT marshaling.
Patch: http://cvs.winehq.org/patch.py?id=14630
Old revision New revision Changes Path 1.50 1.51 +12 -17 wine/include/objbase.h 1.55 1.56 +4 -4 wine/dlls/ole32/ole32.spec 1.33 1.34 +44 -0 wine/dlls/ole32/marshal.c 1.109 1.110 +18 -0 wine/dlls/ole32/compobj.c