mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-03 03:49:14 +00:00
Cygwin support for callstack tracing.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#ifdef TRACY_HAS_CALLSTACK
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined _WIN32 || defined __CYGWIN__
|
||||
# ifndef MAXLONG
|
||||
enum { SYMOPT_LOAD_LINES = 0x00000010 };
|
||||
typedef struct _SYMBOL_INFO
|
||||
|
||||
Reference in New Issue
Block a user