Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-229 committed May 27, 2024
1 parent 3e5c1d8 commit 25eb9bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/placeholder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ impl<'a> UpdateOptions<'a> {
}
}

impl<'a> Default for UpdateOptions<'a> {
fn default() -> Self {
Self::new()
}
}

// Equivalent to https://docs.microsoft.com/en-us/windows/win32/api/propvarutil/nf-propvarutil-initpropvariantfromuint32
// windows-rs doesn't provide bindings to inlined functions
#[allow(non_snake_case)]
Expand Down

0 comments on commit 25eb9bc

Please sign in to comment.