2 * Path and directory definitions
4 * Copyright 2000 Francois Gouget.
6 #ifndef __WINE_SYS_TIMEB_H
7 #define __WINE_SYS_TIMEB_H
8 #define __WINE_USE_MSVCRT
10 #include "msvcrt/sys/types.h" /* For time_t */
16 unsigned short millitm
;
26 void _ftime(struct _timeb
*);
33 #ifndef USE_MSVCRT_PREFIX
37 #endif /* USE_MSVCRT_PREFIX */
39 #endif /* __WINE_SYS_TIMEB_H */