From 551563351739c3a841134690468167d9dc8c5ca8 Mon Sep 17 00:00:00 2001 From: Robert Shearman Date: Tue, 29 Aug 2006 21:13:19 +0100 Subject: [PATCH] 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_midl.c => ndr_clientserver.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dlls/rpcrt4/{ndr_midl.c => ndr_clientserver.c} (100%) diff --git a/dlls/rpcrt4/Makefile.in b/dlls/rpcrt4/Makefile.in index bf6efec2de3..981ba1755fc 100644 --- a/dlls/rpcrt4/Makefile.in +++ b/dlls/rpcrt4/Makefile.in @@ -13,9 +13,9 @@ C_SRCS = \ cproxy.c \ cpsf.c \ cstub.c \ + ndr_clientserver.c \ ndr_fullpointer.c \ ndr_marshall.c \ - ndr_midl.c \ ndr_ole.c \ ndr_stubless.c \ rpc_binding.c \ diff --git a/dlls/rpcrt4/ndr_midl.c b/dlls/rpcrt4/ndr_clientserver.c similarity index 100% rename from dlls/rpcrt4/ndr_midl.c rename to dlls/rpcrt4/ndr_clientserver.c