aboutsummaryrefslogtreecommitdiffstats
path: root/generatorrunnermacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'generatorrunnermacros.h')
-rw-r--r--generatorrunnermacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generatorrunnermacros.h b/generatorrunnermacros.h
index abce21de6..9dfdca3d5 100644
--- a/generatorrunnermacros.h
+++ b/generatorrunnermacros.h
@@ -25,7 +25,7 @@
#define GENERATORRUNNERMACROS_H
// GENRUNNER_API is used for the public API symbols.
-#if defined _WIN32 || defined __CYGWIN__
+#if defined _WIN32
#define GENRUNNER_EXPORT __declspec(dllexport)
#if GENRUNNER_EXPORTS
#define GENRUNNER_API GENRUNNER_EXPORT