mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-18 13:28:09 +00:00
[idd] install: allow unicode errors
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
Reference in New Issue
Block a user