From: cherierm Date: Thu, 25 Oct 2007 12:10:39 +0000 (+0000) Subject: distraction X-Git-Tag: v3.3~932 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/608d84881bd86f010d2ff4bc54b6ef913e46a116 distraction git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4869 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/xbt_os_time.c b/src/xbt/xbt_os_time.c index e3e00cc4a5..cd6da0b9b5 100644 --- a/src/xbt/xbt_os_time.c +++ b/src/xbt/xbt_os_time.c @@ -27,7 +27,7 @@ double xbt_os_time(void) { gettimeofday(&tv, NULL); return (double)(tv.tv_sec + tv.tv_usec / 1000000.0); -#elsif defined(WIN32) +#elif defined(WIN32) # if defined(WIN32_WCE) || (_WIN32_WINNT < 0x0400) struct _timeb tm;