Win32: Mingw has utimbuf

libnfs-4.0.0-vitalif
Jean-Baptiste Kempf 2016-01-08 23:00:31 +01:00
parent 76daf49d2d
commit 6adcfdcd56
1 changed files with 2 additions and 0 deletions

View File

@ -69,10 +69,12 @@ struct statvfs {
uint32_t f_flag;
uint32_t f_namemax;
};
#if !defined(__MINGW32__)
struct utimbuf {
time_t actime;
time_t modtime;
};
#endif
#define R_OK 4
#define W_OK 2
#define X_OK 1