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]);