"Alexander Yaworsky" <[EMAIL PROTECTED]> writes:

> ChangeLog:
>
> Moved some local variables from StartServiceCtrlDispatcherA/W to service environment 
> block.
> Introduced helper function service_ctrl_dispatcher.

I don't think you want to pass ASCII strings across processes, there's
no guarantee that both processes are using the same codepage.
Inter-process communication should always be done in Unicode.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to