Another try to fix rev2448 compile issue
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 7 Aug 2009 07:50:00 +0000 (07:50 +0000)
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Fri, 7 Aug 2009 07:50:00 +0000 (07:50 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@2450 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/graphics/null/graphics_null.c

index 9bbd755..9922e98 100644 (file)
@@ -27,7 +27,8 @@
 #include "event.h"
 #include "debug.h"
 #if defined(WINDOWS) || defined(WIN32)
-# define sleep(i) Sleep(i)
+#include <windows.h>
+# define sleep(i) Sleep(i * 1000)
 #endif
 
 static int dummy;