summaryrefslogtreecommitdiff
path: root/navit/graphics/null
diff options
context:
space:
mode:
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-08-07 07:50:00 +0000
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-08-07 07:50:00 +0000
commitcf8ab01247d5481969c91c7d024a691037173cee (patch)
tree660355bccab7c9c1fcc0af575c087409a0c5760e /navit/graphics/null
parentf95e81011122ce22a3b38f5a44235c624e17b6ed (diff)
downloadnavit-cf8ab01247d5481969c91c7d024a691037173cee.tar.gz
Another try to fix rev2448 compile issue
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2450 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/graphics/null')
-rw-r--r--navit/graphics/null/graphics_null.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/graphics/null/graphics_null.c b/navit/graphics/null/graphics_null.c
index 9bbd7559d..9922e98ce 100644
--- a/navit/graphics/null/graphics_null.c
+++ b/navit/graphics/null/graphics_null.c
@@ -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;