Rob Shearman : services: Move ControlService and StartServiceW from advapi32.dll to services.exe.

Alexandre Julliard julliard at winehq.org
Sat Mar 29 06:57:05 CDT 2008


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Fri Mar 28 17:07:39 2008 +0000

services: Move ControlService and StartServiceW from advapi32.dll to services.exe.

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      |  355 ++---------------------------------
 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(+), 339 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=9a6fc01d84f65e6ac3ba2bffad796ac655e99564



More information about the wine-cvs mailing list