mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Fix usage of deprecated stat64 on apple.
This commit is contained in:
parent
c8ea47782c
commit
2b3405b9c7
@ -16,7 +16,7 @@
|
||||
#ifdef _MSC_VER
|
||||
# define stat64 _stat64
|
||||
#endif
|
||||
#ifdef __CYGWIN__
|
||||
#if defined __CYGWIN__ || defined __APPLE__
|
||||
# define stat64 stat
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user