Skip to content

Commit

Permalink
cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 16, 2024
1 parent a1c5d5d commit add9bb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ impl PartialEq for PROPVARIANT {

impl Eq for PROPVARIANT {}

#[cfg(all(feature = "Win32_System_Variant", feature = "Win32_System_Com", feature = "Win32_System_Ole"))]
impl TryFrom<&VARIANT> for PROPVARIANT {
type Error = Error;
fn try_from(from: &VARIANT) -> Result<Self> {
Expand Down

0 comments on commit add9bb5

Please sign in to comment.