Robert Shearman : rpcrt4: Rename ndr_midl.c to ndr_clientserver. c to more accurately

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 7 03:45:42 CDT 2006


Module: wine
Branch: master
Commit: 551563351739c3a841134690468167d9dc8c5ca8
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=551563351739c3a841134690468167d9dc8c5ca8

Author: Robert Shearman <rob at codeweavers.com>
Date:   Tue Aug 29 21:13:19 2006 +0100

rpcrt4: Rename ndr_midl.c to ndr_clientserver.c to more accurately
idenitfy what the code contained does - it is a number of helpers for
generated client/server code.

---

 dlls/rpcrt4/Makefile.in        |    2 
 dlls/rpcrt4/ndr_clientserver.c |  208 ++++++++++++++++++++++++++++++++++++++++
 dlls/rpcrt4/ndr_midl.c         |  208 ----------------------------------------
 3 files changed, 209 insertions(+), 209 deletions(-)
 create mode 100644 dlls/rpcrt4/ndr_clientserver.c
 delete mode 100644 dlls/rpcrt4/ndr_midl.c

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=551563351739c3a841134690468167d9dc8c5ca8



More information about the wine-cvs mailing list