We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3668cb6 commit 35aaabfCopy full SHA for 35aaabf
1 file changed
src/hyperlight_host/src/hypervisor/mod.rs
@@ -23,10 +23,10 @@ pub(crate) mod regs;
23
24
pub(crate) mod virtual_machine;
25
26
-#[cfg(target_os = "windows")]
+#[cfg(all(target_os = "windows", not(feature = "whp-no-surrogate")))]
27
/// Hyperlight Surrogate Process
28
pub(crate) mod surrogate_process;
29
30
31
pub(crate) mod surrogate_process_manager;
32
/// Safe wrappers around windows types like `PSTR`
0 commit comments