comparison lib-src/profile.c @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 84b14dcb0985
children 023b83f4e54b
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
39 39
40 static struct timeval TV1, TV2; 40 static struct timeval TV1, TV2;
41 static int watch_not_started = 1; /* flag */ 41 static int watch_not_started = 1; /* flag */
42 static char time_string[30]; 42 static char time_string[30];
43 43
44 #ifdef WINDOWSNT 44 #ifdef WIN32_NATIVE
45 #include <sys/timeb.h> 45 #include <sys/timeb.h>
46 /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ 46 /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */
47 void 47 void
48 gettimeofday (struct timeval *tv, struct timezone *tz) 48 gettimeofday (struct timeval *tv, struct timezone *tz)
49 { 49 {