Module: wine Branch: master Commit: 99c3827952e88ace91b121710cdf0974140117c1 URL: https://gitlab.winehq.org/wine/wine/-/commit/99c3827952e88ace91b121710cdf097...
Author: Eric Pouech epouech@codeweavers.com Date: Mon Nov 6 09:45:33 2023 +0100
dpnsvr: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech epouech@codeweavers.com
---
programs/dpnsvr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/dpnsvr/Makefile.in b/programs/dpnsvr/Makefile.in index a1e31ab7d51..5aa3c76f199 100644 --- a/programs/dpnsvr/Makefile.in +++ b/programs/dpnsvr/Makefile.in @@ -1,6 +1,6 @@ MODULE = dpnsvr.exe
-EXTRADLLFLAGS = -mconsole -municode +EXTRADLLFLAGS = -mwindows -municode
SOURCES = \ main.c \