Commit 01f7daf5 authored by Geoffroy Couprie's avatar Geoffroy Couprie

WinCE: compile vlm

parent 5a75b21f
...@@ -195,7 +195,7 @@ int vlm_ExecuteCommand( vlm_t *p_vlm, const char *psz_command, ...@@ -195,7 +195,7 @@ int vlm_ExecuteCommand( vlm_t *p_vlm, const char *psz_command,
int64_t vlm_Date(void) int64_t vlm_Date(void)
{ {
#ifdef WIN32 #if defined (WIN32) && !defined (UNDER_CE)
struct timeb tm; struct timeb tm;
ftime( &tm ); ftime( &tm );
return ((int64_t)tm.time) * 1000000 + ((int64_t)tm.millitm) * 1000; return ((int64_t)tm.time) * 1000000 + ((int64_t)tm.millitm) * 1000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment