Alexandre Julliard wrote:
> No, what you need is one function for errors that can happen in normal
> usage (file not found, invalid option etc.) that is Unicode and
> localized, and one function for internal errors (LoadString failures
> etc.) that simply uses WINE_ERR with an English message.
>
>
Anatoly Lyutin <[EMAIL PROTECTED]> writes:
> @@ -202,9 +246,9 @@ int main(int argc, char *argv[])
> DWORD waitcode;
> waitcode = WaitForSingleObject(sei.hProcess, INFINITE);
> if (waitcode)
> - fatal_error("WaitForSingleObject", GetLast