[don't try to use 'select' on windows
John Meacham <john@repetae.net>**20090623000624
 Ignore-this: 44b511c083df6a6de351ee7d5e2f6102
] hunk ./data/rts/jhc_rts.c 92
+#if JHC_isPosix
hunk ./data/rts/jhc_rts.c 102
+#else
+        return HS_BOOL_FALSE;
+#endif
hunk ./data/rts/jhc_rts_header.h 12
-#include <sys/select.h>
hunk ./data/rts/jhc_rts_header.h 15
+#include <sys/select.h>