ChangeSet ID: 5869 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/19 14:17:19
Modified files: include : rpcndr.h dlls/rpcrt4 : rpcrt4.spec ndr_stubless.c
Log message: Greg Turner gmturner007@ameritech.net Super-crude implementation for NdrClientCall2. Specs and headers for NdrClientInitializeNew, NdrConformantStringMarshall, NdrGetBuffer, NdrFreeBuffer, and NdrSendReceive.
Patch: http://cvs.winehq.com/patch.py?id=5869
Old revision New revision Changes Path 1.9 1.10 +13 -0 wine/include/rpcndr.h 1.30 1.31 +5 -5 wine/dlls/rpcrt4/rpcrt4.spec 1.3 1.4 +33 -16 wine/dlls/rpcrt4/ndr_stubless.c