From e41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Dec 2024 22:22:44 -0500 Subject: Support building for Windows with or without UNICODE --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.1