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 19c8453 commit aaaf15eCopy full SHA for aaaf15e
hook/src/syscall/windows.rs
@@ -143,6 +143,7 @@ unsafe fn attach() -> std::io::Result<()> {
143
nfds: c_uint,
144
timeout: c_int
145
) -> c_int);
146
+ #[cfg(not(feature = "iocp"))]
147
impl_hook!("kernel32.dll", SLEEP, Sleep(dw_milliseconds: u32) -> ());
148
impl_hook!("kernel32.dll", CREATEFILEW, CreateFileW(
149
lpfilename: PCWSTR,
0 commit comments