diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 31ab3693..2f377067 100755 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -31,7 +31,7 @@ namespace tracy static const char* GetProcessName() { -#if defined _MSC_VER || defined __CYGWIN__ +#if defined _MSC_VER static char buf[_MAX_PATH]; GetModuleFileNameA( nullptr, buf, _MAX_PATH ); const char* ptr = buf;