2 * Path and directory definitions
4 * Copyright 2000 Francois Gouget.
6 #ifndef __WINE_SYS_TIMEB_H
7 #define __WINE_SYS_TIMEB_H
9 #include "msvcrt/sys/types.h" /* For time_t */
15 unsigned short millitm;
25 void _ftime(struct _timeb*);
32 #ifndef USE_MSVCRT_PREFIX
36 #endif /* USE_MSVCRT_PREFIX */
38 #endif /* __WINE_SYS_TIMEB_H */