blob: 25b5b6b509d60a6fc8b06515dcfb296fb961f939 [file] [log] [blame] [edit]
diff --git a/src/windows.rs b/src/windows.rs
index 9b8895bd8..11de3c718 100644
--- a/src/windows.rs
+++ b/src/windows.rs
@@ -256,7 +256,7 @@ impl WindowsIfChangeNotifier {
AF_UNSPEC,
Some(if_change_callback),
ret.tx as *const c_void,
- 0,
+ false,
&mut ret.handle,
)
};