summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f35da04..a5fed47 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -37,3 +37,6 @@ option('title', type: 'string', value: 'Zix',
option('win_ver', type: 'combo', value: 'vista',
choices: ['nt4', 'winxp', 'vista'],
description: 'Latest Windows API version to use')
+
+option('win_wchar', type: 'feature', yield: true,
+ description: 'Use UTF-16 wchar_t and UNICODE with Windows API')