[programs] add winerun for starting programs from wine.desktop

Kirill K. Smirnov lich at math.spbu.ru
Fri Aug 10 05:11:36 CDT 2007


>+/*
>+ * Wordpad implementation
>+ *
>+ * Copyright 2007 by Damjan Jovanovic
>+ *
It is not wordpad, is it?


>+    ok = CreateProcessW(exePath, NULL, NULL, NULL, FALSE, 0, NULL, 
currentDirectory,
>+        &startupInfo, &processInfo);
This code does not run console apps correctly (use CREATE_NEW_CONSOLE flag).

--
Kirill



More information about the wine-devel mailing list