aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/PollGroup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/PollGroup.hxx')
-rw-r--r--src/event/PollGroup.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/event/PollGroup.hxx b/src/event/PollGroup.hxx
index 824a6ecfe..1e34f1423 100644
--- a/src/event/PollGroup.hxx
+++ b/src/event/PollGroup.hxx
@@ -26,4 +26,10 @@ typedef PollResultEPoll PollResult;
typedef PollGroupEPoll PollGroup;
#endif
+#ifdef USE_WINSELECT
+#include "PollGroupWinSelect.hxx"
+typedef PollResultGeneric PollResult;
+typedef PollGroupWinSelect PollGroup;
+#endif
+
#endif