mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
windows: Unicode input in REPL
This commit is contained in:
parent
f042dfb861
commit
f1bb25bfaf
5 changed files with 21 additions and 11 deletions
|
@ -292,8 +292,7 @@ pub fn (v mut V) cc_msvc() {
|
|||
'oleaut32.lib',
|
||||
'uuid.lib',
|
||||
'odbc32.lib',
|
||||
'odbccp32.lib',
|
||||
'vcruntime.lib',
|
||||
'odbccp32.lib'
|
||||
]
|
||||
|
||||
mut inc_paths := []string{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue