Added Cygwin to #define stat64 stat path.
This commit is contained in:
parent
8d55111c73
commit
7ddb8ed87f
@ -35,7 +35,7 @@
|
||||
|
||||
#else // unix
|
||||
|
||||
#if defined( __APPLE__ )
|
||||
#if defined( __APPLE__ ) || defined(__CYGWIN__)
|
||||
#define stat64 stat
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user