summaryrefslogtreecommitdiffstats
path: root/Tests/Plugin/include/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Plugin/include/example.h')
-rw-r--r--Tests/Plugin/include/example.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Plugin/include/example.h b/Tests/Plugin/include/example.h
index f2af886..1d7e8c0 100644
--- a/Tests/Plugin/include/example.h
+++ b/Tests/Plugin/include/example.h
@@ -1,7 +1,7 @@
#ifndef example_h
#define example_h
-#if defined(_WIN32)
+#if defined(_WIN32) || defined(__CYGWIN__)
# if defined(example_exe_EXPORTS)
# define EXAMPLE_EXPORT __declspec(dllexport)
# else