Re: [2/2] advapi32: Do not terminate a regular program if it calls StartServiceCtrlDispatcher.
April 4, 2012
5:18 p.m.
Alexander Morozov <amorozov(a)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(a)winehq.org
5103
Age (days ago)
5103
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard