Skip to content

Commit 7191da3

Browse files
committed
Define Unicode mode for FTXUI on Windows
1 parent fc72517 commit 7191da3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/c/compat.ftxui.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ package = {
5151
},
5252
targets = { ["ftxui"] = { kind = "lib" } },
5353
deps = { },
54+
windows = {
55+
cflags = { "-DUNICODE", "-D_UNICODE" },
56+
},
5457
},
5558
}

0 commit comments

Comments
 (0)