mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Drop support for Cygwin.
This commit is contained in:
@@ -15,9 +15,7 @@
|
||||
#include "../../zstd/zstd.h"
|
||||
#include "../../getopt/getopt.h"
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
# define ftello64(x) ftello(x)
|
||||
#elif defined __APPLE__
|
||||
#ifdef __APPLE__
|
||||
# define ftello64(x) ftello(x)
|
||||
#elif defined _WIN32
|
||||
# define ftello64(x) _ftelli64(x)
|
||||
|
||||
Reference in New Issue
Block a user