From d81bb27e87bd39d08078a5ffa1f0d0056fff3d39 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Tue, 11 Jul 2023 15:19:38 -0500 Subject: [PATCH] test --- crates/tests/implement/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/tests/implement/Cargo.toml b/crates/tests/implement/Cargo.toml index b535c8917a..ab3fb4cdf9 100644 --- a/crates/tests/implement/Cargo.toml +++ b/crates/tests/implement/Cargo.toml @@ -20,4 +20,5 @@ features = [ "Win32_System_WinRT_Composition", "Win32_System_WinRT_Display", "Win32_UI_Shell_PropertiesSystem", + "Win32_System_Variant", ]