diff options
Diffstat (limited to 'wince/sys/timeb.h')
-rw-r--r-- | wince/sys/timeb.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/wince/sys/timeb.h b/wince/sys/timeb.h deleted file mode 100644 index e051b9058..000000000 --- a/wince/sys/timeb.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef SYS_TIMEB_H -#define SYS_TIMEB_H 1 - -#include <sys/types.h> - -struct _timeb { - time_t time; - unsigned short millitm; - short timezone; - short dstflag; -}; - -#define timeb _timeb - -#ifdef __cplusplus -extern "C" { -#endif - -int ftime(struct timeb *tp); - -#ifdef __cplusplus -}; -#endif - - -#endif |