diff options
author | David Robillard <d@drobilla.net> | 2024-12-10 22:22:44 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-12-11 00:22:12 -0500 |
commit | e41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7 (patch) | |
tree | 20be9e945e56acedc3d91c4a36f0c36fab5bb05f /meson_options.txt | |
parent | ba2c2a08973cb5eae1feabbb9431c897cded03f6 (diff) | |
download | zix-e41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7.tar.gz zix-e41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7.tar.bz2 zix-e41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7.zip |
Support building for Windows with or without UNICODE
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
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') |