1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
wine/programs/start
Eric Pouech 4b63e88894 ntdll: Don't create Unix console for GUI apps.
Note: GUI apps using std I/O (this is not common) will
no longer print on unix console.
If such a behavior is needed, for an app started from
Unix shell, one can either redirect output to a file, or pipe output:
./wine app | cat

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-12-05 21:24:37 +01:00
..
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
resources.h start: Remove the license and the /L option. 2012-03-01 17:29:10 +01:00
start.c ntdll: Don't create Unix console for GUI apps. 2023-12-05 21:24:37 +01:00
start.rc start: Implement the /machine option. 2023-05-24 15:43:54 +02:00