summaryrefslogtreecommitdiff
path: root/msvc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/config.h')
-rw-r--r--msvc/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/msvc/config.h b/msvc/config.h
index ad3dcaa..840c8df 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -41,8 +41,11 @@
/* Windows backend */
#define OS_WINDOWS 1
-/* type of second poll() argument */
-#define POLL_NFDS_TYPE unsigned int
+/* Use Windows poll() implementation */
+#define POLL_WINDOWS 1
+
+/* Use Windows Threads */
+#define THREADS_WINDOWS 1
/* Uncomment to enabling output to system log */
// #define USE_SYSTEM_LOGGING_FACILITY