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:

committed by
Alexander Medvednikov

parent
93a3521a67
commit
0bbefca875
@ -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
|
||||
|
Reference in New Issue
Block a user