ChangeSet ID: 19304 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/03 09:55:57
Modified files: include/wine : rpcfc.h include : rpcndr.h dlls/rpcrt4 : rpcrt4.spec ndr_midl.c ndr_marshall.c
Log message: Robert Shearman rob@codeweavers.com Add stubs for NdrMapCommAndFaultStatus, conformant string marshaling and context handle functions.
Patch: http://cvs.winehq.org/patch.py?id=19304
Old revision New revision Changes Path 1.8 1.9 +1 -0 wine/include/wine/rpcfc.h 1.28 1.29 +33 -1 wine/include/rpcndr.h 1.56 1.57 +11 -11 wine/dlls/rpcrt4/rpcrt4.spec 1.21 1.22 +16 -0 wine/dlls/rpcrt4/ndr_midl.c 1.25 1.26 +104 -11 wine/dlls/rpcrt4/ndr_marshall.c