mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix usage of deprecated stat64 on apple.
This commit is contained in:
parent
c8ea47782c
commit
2b3405b9c7
@ -16,7 +16,7 @@
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# define stat64 _stat64
|
# define stat64 _stat64
|
||||||
#endif
|
#endif
|
||||||
#ifdef __CYGWIN__
|
#if defined __CYGWIN__ || defined __APPLE__
|
||||||
# define stat64 stat
|
# define stat64 stat
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user