4 * Copyright 2000 Francois Gouget.
6 #ifndef __WINE_SYS_TYPES_H
7 #define __WINE_SYS_TYPES_H
9 #ifdef USE_MSVCRT_PREFIX
10 #define MSVCRT(x) MSVCRT_##x
16 typedef unsigned short _dev_t;
17 typedef unsigned short _ino_t;
19 typedef long MSVCRT(time_t);
22 #ifndef USE_MSVCRT_PREFIX
26 #endif /* USE_MSVCRT_PREFIX */
28 #endif /* __WINE_SYS_TYPES_H */