mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
FreeBSD has 64-bit stat with no need for stat64.
This commit is contained in:
parent
4e1b198380
commit
c00d8c6211
@ -16,7 +16,7 @@
|
||||
#ifdef _MSC_VER
|
||||
# define stat64 _stat64
|
||||
#endif
|
||||
#if defined __APPLE__
|
||||
#if defined __APPLE__ || defined __FreeBSD__
|
||||
# define stat64 stat
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user