[vlc-devel] commit: WinCE: compile vlm (Geoffroy Couprie )
git version control
git at videolan.org
Mon Oct 6 11:13:23 CEST 2008
vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Mon Oct 6 11:10:16 2008 +0200| [01f7daf551f6782abe22a94130b146f5f911547d] | committer: Geoffroy Couprie
WinCE: compile vlm
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01f7daf551f6782abe22a94130b146f5f911547d
---
src/input/vlm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/vlm.c b/src/input/vlm.c
index f7f80ed..ed265a1 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;
More information about the vlc-devel
mailing list