[programs] add winerun for starting programs from wine.desktop
10 Aug
2007
10 Aug
'07
11: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
6789
Age (days ago)
6789
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kirill K. Smirnov