2 * Path and directory definitions
4 * Copyright 2000 Francois Gouget.
6 #ifndef __WINE_SYS_UTIME_H
7 #define __WINE_SYS_UTIME_H
10 #include "msvcrt/sys/types.h" /* For time_t */
15 MSVCRT(time_t) actime;
16 MSVCRT(time_t) modtime;
24 int _futime(int,struct _utimbuf*);
25 int _utime(const char*,struct _utimbuf*);
27 int _wutime(const WCHAR*,struct _utimbuf*);
34 #ifndef USE_MSVCRT_PREFIX
35 #define utimbuf _utimbuf
38 #endif /* USE_MSVCRT_PREFIX */
40 #endif /* __WINE_SYS_UTIME_H */