fix(native): jump list IObjectArray/IObjectCollection are in Shell::Common
Repairs the CI Windows compile (first build to reach the Rust after the web/ case-collision failures cleared): these two COM interfaces live in windows::Win32::UI::Shell::Common (feature Win32_UI_Shell_Common), not System::Com nor Shell. Added the feature; corrected the import. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -56,6 +56,7 @@ windows = { version = "0.61", features = [
|
||||
"Win32_System_Power", # P5-46 no-sleep
|
||||
"Win32_System_WinRT", # P5-43 SMTC interop
|
||||
"Win32_UI_Shell",
|
||||
"Win32_UI_Shell_Common", # P5-36 jump list (IObjectArray/IObjectCollection)
|
||||
"Win32_UI_Shell_PropertiesSystem", # P5-36 jump list (IPropertyStore/PKEY_Title)
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user