From 01f7daf551f6782abe22a94130b146f5f911547d Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Mon, 6 Oct 2008 11:10:16 +0200 Subject: [PATCH] WinCE: compile vlm --- src/input/vlm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/vlm.c b/src/input/vlm.c index f7f80edfdc..ed265a1101 100644 --- a/src/input/vlm.c +++ b/src/input/vlm.c @@ -195,7 +195,7 @@ int vlm_ExecuteCommand( vlm_t *p_vlm, const char *psz_command, int64_t vlm_Date(void) { -#ifdef WIN32 +#if defined (WIN32) && !defined (UNDER_CE) struct timeb tm; ftime( &tm ); return ((int64_t)tm.time) * 1000000 + ((int64_t)tm.millitm) * 1000; -- 2.20.1