regedit: Use message boxes by default for output.
commit6b2a3dcdbab958121318de29a24134c5173aa75b
authorEric Pouech <epouech@codeweavers.com>
Thu, 23 Nov 2023 17:28:40 +0000 (23 18:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 24 Nov 2023 15:46:57 +0000 (24 16:46 +0100)
tree5ec612f0f2a5bb9ac9ba5858bea103283732f146
parentac8da35b87005e45947b8164a4132f3bbb4ec2cc
regedit: Use message boxes by default for output.

regedit is in GUI subsystem and shouldn't interact with console.
Keeping unix I/O output in silent mode (forcing English locale for
Unix integration).

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
programs/regedit/main.h
programs/regedit/regedit.c
programs/regedit/regproc.c