[PATCH 3/6] services: Move ControlService and StartServiceW from advapi32.dll to services.exe.

Robert Shearman rob at codeweavers.com
Fri Mar 28 12:07:39 CDT 2008


This also changes the architecture such that services.exe is the server 
end of the control pipe and the service is the client end.
---
  dlls/advapi32/service.c      |  352 ++---------------------------------
  include/wine/svcctl.idl      |   27 +++
  programs/services/rpc.c      |  427 
++++++++++++++++++++++++++++++++++++++++++
  programs/services/services.c |    4 +
  programs/services/services.h |    3 +
  5 files changed, 477 insertions(+), 336 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 9f4e7612ecb4b7f0bd51be226d5fafff7ff94f0b.diff
Type: text/x-patch
Size: 32680 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080328/2cfacca2/attachment-0001.bin 


More information about the wine-patches mailing list