Module: wine Branch: master Commit: 9a6fc01d84f65e6ac3ba2bffad796ac655e99564 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9a6fc01d84f65e6ac3ba2bffad...
Author: Rob Shearman rob@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=9a6fc01d84f65e6ac3ba2b...