On 4/24/07, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote:
Changelog
  dlls/advapi32/service.c
   - Make service_start_process return the pid to the caller


-        /* FIXME: Put the pid into the service struct */
+        if (ppid) *ppid = pi.dwProcessId;

The fixme says to put the pid in the service struct, not return it in
another parameter.

--
James Hawkins


Reply via email to