summaryrefslogtreecommitdiff
path: root/tests/timeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timeo.cpp')
-rw-r--r--tests/timeo.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/timeo.cpp b/tests/timeo.cpp
index f718056..3cb09f1 100644
--- a/tests/timeo.cpp
+++ b/tests/timeo.cpp
@@ -20,6 +20,13 @@
#include "testutil.hpp"
+#if defined XS_HAVE_WINDOWS
+int XS_TEST_MAIN ()
+{
+ return 0;
+}
+#else
+
#include <pthread.h>
extern "C"
@@ -112,3 +119,4 @@ int XS_TEST_MAIN ()
return 0 ;
}
+#endif \ No newline at end of file