Anatoly Lyutin vostok@etersoft.ru writes:
@@ -202,9 +246,9 @@ int main(int argc, char *argv[])
DWORD waitcode;
waitcode = WaitForSingleObject(sei.hProcess, INFINITE);
if (waitcode)
This is way overkill, there's no reason to convert errors like these to
Unicode. WINE_ERR would work just as well.
--
Alexandre Julliard
julliard@winehq.org