From a67f5f32a8d94e03bf6de894518d166a23c2d908 Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Wed, 16 Nov 2022 07:37:02 -0800 Subject: [PATCH] meson: Define VK_USE_PLATFORM_WIN32_KHR for C++ Reviewed-by: Boris Brezillon Acked-by: Jason Ekstrand Part-of: --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 5c5b70a2d8a..beb5c6f0c23 100644 --- a/meson.build +++ b/meson.build @@ -448,8 +448,7 @@ if with_platform_x11 endif if with_platform_windows c_args += '-DVK_USE_PLATFORM_WIN32_KHR' - #add this once aco and other places can build with it - #cpp_args += '-DVK_USE_PLATFORM_WIN32_KHR' + cpp_args += '-DVK_USE_PLATFORM_WIN32_KHR' endif if with_platform_android c_args += '-DVK_USE_PLATFORM_ANDROID_KHR'