aboutsummaryrefslogtreecommitdiff
path: root/src/sys/windows/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/windows/event.rs')
-rw-r--r--src/sys/windows/event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/windows/event.rs b/src/sys/windows/event.rs
index 235074a..4d04e64 100644
--- a/src/sys/windows/event.rs
+++ b/src/sys/windows/event.rs
@@ -26,7 +26,7 @@ impl Event {
self.flags |= afd::POLL_RECEIVE
}
- #[cfg(feature = "os-util")]
+ #[cfg(feature = "os-ext")]
pub(super) fn set_writable(&mut self) {
self.flags |= afd::POLL_SEND;
}