[idd] install: allow unicode errors

This commit is contained in:
Quantum
2025-09-13 23:31:23 -04:00
committed by Geoffrey McRae
parent 70e0c356fc
commit 9e8cb2f919

View File

@@ -1,5 +1,6 @@
#define WIN32_LEAN_AND_MEAN
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
@@ -408,6 +409,8 @@ void uninstall()
int wmain(int argc, wchar_t **argv)
{
_setmode(_fileno(stderr), _O_U16TEXT);
if (argc != 2)
usage(argv[0]);