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.
This commit is contained in:
parent
583ae12233
commit
5515633517
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue