From 9e8cb2f9191d7104ac87455ceb199d7c25dfc987 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sat, 13 Sep 2025 23:31:23 -0400 Subject: [PATCH] [idd] install: allow unicode errors --- idd/LGIddInstall/LGIddInstall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idd/LGIddInstall/LGIddInstall.c b/idd/LGIddInstall/LGIddInstall.c index 9c356a3a..2814e68c 100644 --- a/idd/LGIddInstall/LGIddInstall.c +++ b/idd/LGIddInstall/LGIddInstall.c @@ -1,5 +1,6 @@ #define WIN32_LEAN_AND_MEAN +#include #include #include #include @@ -408,6 +409,8 @@ void uninstall() int wmain(int argc, wchar_t **argv) { + _setmode(_fileno(stderr), _O_U16TEXT); + if (argc != 2) usage(argv[0]);