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 fd92a78 commit d143b7bCopy full SHA for d143b7b
3 files changed
ext/extconf.rb
@@ -39,6 +39,10 @@
39
$srcs << "io/event/selector/kqueue.c"
40
end
41
42
+if have_header('windows.h')
43
+ $srcs << "io/event/selector/iocp.c"
44
+end
45
+
46
have_header('sys/wait.h')
47
48
have_header('sys/eventfd.h')
0 commit comments