Mercurial > hg > xemacs-beta
comparison lib-src/make-dump-id.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | b8cc9ab3f761 |
children |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
21 #include <config.h> | 21 #include <config.h> |
22 #include <stdio.h> | 22 #include <stdio.h> |
23 #include <stdlib.h> | 23 #include <stdlib.h> |
24 #include "../src/systime.h" | 24 #include "../src/systime.h" |
25 | 25 |
26 #ifdef WINDOWSNT | 26 #ifdef WIN32_NATIVE |
27 #include <sys/timeb.h> | 27 #include <sys/timeb.h> |
28 | 28 |
29 /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ | 29 /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ |
30 void | 30 void |
31 gettimeofday (struct timeval *tv, struct timezone *tz) | 31 gettimeofday (struct timeval *tv, struct timezone *tz) |