[programs] add winerun for starting programs from wine.desktop
Aug. 10, 2007
10:11 a.m.
+/* + * 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
6803
Age (days ago)
6803
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kirill K. Smirnov