1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Windows: unicode command line

This commit is contained in:
Vitaly Takmazov
2019-07-24 14:49:00 +03:00
committed by Alexander Medvednikov
parent 93a3521a67
commit 0bbefca875
3 changed files with 13 additions and 2 deletions

View File

@ -193,6 +193,7 @@ fn (v mut V) compile() {
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <shellapi.h>
#include <io.h> // _waccess
#include <fcntl.h> // _O_U8TEXT
#include <direct.h> // _wgetcwd