From bf27a8a5282dab443335d8a8ab62cdf8fe1f6a95 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:06:17 +0900 Subject: Windows version of the tests implemented Signed-off-by: Martin Sustrik --- tests/timeo.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/timeo.cpp') 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 extern "C" @@ -112,3 +119,4 @@ int XS_TEST_MAIN () return 0 ; } +#endif \ No newline at end of file -- cgit v1.2.3