aboutsummaryrefslogtreecommitdiffstats
path: root/generatorrunnermacros.h
diff options
context:
space:
mode:
authorYaakov <yselkowitz@users.sourceforge.net>2011-10-27 14:42:40 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2011-10-27 14:42:40 -0200
commitb6f64d342c0dd3926eb675c75f040d12840a9043 (patch)
treee0bbf653791588a45bc35240957c36dd64e88026 /generatorrunnermacros.h
parentc09b41d09861d1b2ac801188d92fce84aa3114f5 (diff)
Fix bug 1009 - "GeneratorRunner Cygwin patch"
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
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