From 93001f6a1fe8fa1fe7bf4d7d5dcda7fefae888b8 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Thu, 27 Oct 2011 11:17:44 -0200 Subject: Fix bug 1008 - "ApiExtractor Cygwin patch" Reviewer: Hugo Parente Lima Marcelo Lira --- apiextractormacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apiextractormacros.h') 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 -- cgit v1.2.3