diff --git a/tools/gen10k.v b/tools/gen100k.v similarity index 100% rename from tools/gen10k.v rename to tools/gen100k.v diff --git a/vlib/compiler/string_expression.v b/vlib/compiler/string_expression.v index 40ca61784d..7a0c6181ac 100644 --- a/vlib/compiler/string_expression.v +++ b/vlib/compiler/string_expression.v @@ -20,7 +20,7 @@ fn (p mut Parser) string_expr() { */ if (p.calling_c && p.peek() != .dot) || is_cstr || (p.pref.translated && p.mod == 'main') { - if p.os == .windows { + if p.os == .windows && p.mod == 'ui' { p.gen('L"$f"') } else {