Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/config.h')
-rw-r--r--agent/tcf/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/tcf/config.h b/agent/tcf/config.h
index 7bff1c67..a4d223c2 100644
--- a/agent/tcf/config.h
+++ b/agent/tcf/config.h
@@ -23,7 +23,7 @@
#include <tcf/framework/mdep.h>
-#if defined(_WIN32)
+#if defined(_WIN32) || defined(__CYGWIN__)
# define TARGET_WINDOWS 1
# define TARGET_VXWORKS 0
# define TARGET_UNIX 0

Back to the top