Index: tests.c
===================================================================
--- tests.c	(revision 563)
+++ tests.c	(revision 564)
@@ -71,7 +71,7 @@
 #ifndef WIN32
 usleep(1); // MUST disable this with real servers
 #else
-sleep(0);
+Sleep(0);
 #endif
 }while(1);