2 * Path and directory definitions
4 * Copyright 2000 Francois Gouget.
6 #ifndef __WINE_SYS_UTIME_H
7 #define __WINE_SYS_UTIME_H
8 #define __WINE_USE_MSVCRT
11 #include "msvcrt/sys/types.h" /* For time_t */
16 MSVCRT(time_t) actime;
17 MSVCRT(time_t) modtime;
25 int _futime(int,struct _utimbuf*);
26 int _utime(const char*,struct _utimbuf*);
28 int _wutime(const WCHAR*,struct _utimbuf*);
35 #ifndef USE_MSVCRT_PREFIX
36 #define utimbuf _utimbuf
39 #endif /* USE_MSVCRT_PREFIX */
41 #endif /* __WINE_SYS_UTIME_H */