Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/TracySystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/TracySystem.cpp b/common/TracySystem.cpp
index f7d4de94..dee46955 100644
--- a/common/TracySystem.cpp
+++ b/common/TracySystem.cpp
@@ -241,7 +241,7 @@ TRACY_API const char* GetThreadName( uint64_t id )
TRACY_API const char* GetEnvVar( const char* name )
{
-#if defined _WIN32 || defined __CYGWIN__
+#if defined _WIN32
// unfortunately getenv() on Windows is just fundamentally broken. It caches the entire
// environment block once on startup, then never refreshes it again. If any environment
// strings are added or modified after startup of the CRT, those changes will not be