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