We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e41493 commit 4c65bd3Copy full SHA for 4c65bd3
1 file changed
crates/enclaveapp-windows/src/dpapi_fallback.rs
@@ -350,7 +350,7 @@ fn detect_guest_services() -> Vec<String> {
350
RegOpenKeyExW(
351
HKEY_LOCAL_MACHINE,
352
windows::core::PCWSTR(subkey_wide.as_ptr()),
353
- Some(0),
+ 0,
354
KEY_READ,
355
&mut hkey,
356
)
@@ -440,7 +440,7 @@ fn hyperv_guest_parameters_exist() -> bool {
440
441
442
windows::core::PCWSTR(subkey.as_ptr()),
443
444
445
446
0 commit comments