aboutsummaryrefslogtreecommitdiffstats
path: root/apiextractormacros.h
diff options
context:
space:
mode:
authorYaakov <yselkowitz@users.sourceforge.net>2011-10-27 11:17:44 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:19 -0300
commit93001f6a1fe8fa1fe7bf4d7d5dcda7fefae888b8 (patch)
tree7d0186dd1a58c405eb4fbad1b0fa962b4e392870 /apiextractormacros.h
parent9bd43d046bfc93eefa682bbce95ccc53fc1b0550 (diff)
Fix bug 1008 - "ApiExtractor Cygwin patch"
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'apiextractormacros.h')
-rw-r--r--apiextractormacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apiextractormacros.h b/apiextractormacros.h
index 1c493c23f..6430c4f79 100644
--- a/apiextractormacros.h
+++ b/apiextractormacros.h
@@ -3,7 +3,7 @@
// APIEXTRACTOR_API is used for the public API symbols.
-#if defined _WIN32 || defined __CYGWIN__
+#if defined _WIN32
#if APIEXTRACTOR_EXPORTS
#define APIEXTRACTOR_API __declspec(dllexport)
#else