services: Remove dependency on service name being determined correctly in order for...
commitb8348b95a6accb18ae1df8d2c911f1b0bcf938fc
authorRob Shearman <rob@codeweavers.com>
Fri, 28 Mar 2008 17:07:48 +0000 (28 17:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 29 Mar 2008 10:51:39 +0000 (29 11:51 +0100)
tree1200f9df4283b541d9a150144d5af9f49a4972f0
parent9a6fc01d84f65e6ac3ba2bffad796ac655e99564
services: Remove dependency on service name being determined correctly in order for the two ends on the control pipe to meet up.

Instead use the mechanism used by native which uses
\\.\pipe\net\NtControlPipeN.

Also remove the service startup event set by StartServiceCtrlDispatcher
as we wait for the service status to change instead.
dlls/advapi32/service.c
programs/services/rpc.c