Commit ec37e0e7 authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix

parent 0054378d
...@@ -158,6 +158,7 @@ mtime_t mdate( void ) ...@@ -158,6 +158,7 @@ mtime_t mdate( void )
#elif defined( WIN32 ) || defined( UNDER_CE ) #elif defined( WIN32 ) || defined( UNDER_CE )
/* We don't need the real date, just the value of a high precision timer */ /* We don't need the real date, just the value of a high precision timer */
static mtime_t freq = I64C(-1); static mtime_t freq = I64C(-1);
mtime_t usec_time;
if( freq == I64C(-1) ) if( freq == I64C(-1) )
{ {
......
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