rpcrt4: Move association code into a separate file.

Robert Shearman rob at codeweavers.com
Sun Dec 16 06:11:49 CST 2007


---
  dlls/rpcrt4/Makefile.in     |    1 +
  dlls/rpcrt4/rpc_assoc.c     |  392 
+++++++++++++++++++++++++++++++++++++++++++
  dlls/rpcrt4/rpc_assoc.h     |   46 +++++
  dlls/rpcrt4/rpc_binding.c   |    2 +-
  dlls/rpcrt4/rpc_binding.h   |   26 +---
  dlls/rpcrt4/rpc_server.c    |    1 +
  dlls/rpcrt4/rpc_transport.c |  357 ---------------------------------------
  7 files changed, 442 insertions(+), 383 deletions(-)
  create mode 100644 dlls/rpcrt4/rpc_assoc.c
  create mode 100644 dlls/rpcrt4/rpc_assoc.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 466000f8c0511b2a9876539f3d5eaa238ceb51e7.diff
Type: text/x-patch
Size: 32173 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071216/e3b2fd4a/attachment-0001.bin 


More information about the wine-patches mailing list