Change for MinGW on Win 2k3
This commit is contained in:
parent
e5f513cf58
commit
0266c0ec57
@ -192,7 +192,9 @@ static void eio_destroy (eio_req *req);
|
||||
}
|
||||
|
||||
/* POSIX API only */
|
||||
#define CreateHardLink(neu,old,flags) 0
|
||||
#ifndef CreateHardLink
|
||||
# define CreateHardLink(neu,old,flags) 0
|
||||
#endif
|
||||
#define CreateSymbolicLink(neu,old,flags) 0
|
||||
|
||||
struct statvfs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user