There was an error while loading. Please reload this page.
1 parent c5feeda commit 3668cb6Copy full SHA for 3668cb6
1 file changed
src/hyperlight_host/src/hypervisor/virtual_machine/whp.rs
@@ -30,7 +30,7 @@ use windows::Win32::System::LibraryLoader::*;
30
use windows::Win32::System::Memory::{MEMORY_MAPPED_VIEW_ADDRESS, UnmapViewOfFile};
31
#[cfg(not(feature = "whp-no-surrogate"))]
32
use windows::core::s;
33
-#[cfg(not(feature = "whp-no-surrogate"))]
+#[cfg(any(feature = "hw-interrupts", not(feature = "whp-no-surrogate")))]
34
use windows_result::HRESULT;
35
36
#[cfg(gdb)]
0 commit comments