[2/2] advapi32: Do not terminate a regular program if it calls StartServiceCtrlDispatcher.

Alexandre Julliard julliard at winehq.org
Wed Apr 4 12:18:01 CDT 2012


Alexander Morozov <amorozov at etersoft.ru> writes:

> This patch partially fixes #30290.
>
> Pipe is renamed to spipe (service pipe) to prevent compilation error:
> service.c:88:15: error: ‘pipe’ redeclared as different kind of symbol
> /usr/include/unistd.h:414:12: note: previous declaration of ‘pipe’ was
> here

You shouldn't need to add global variables, just pass the handle to the
thread.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list