From 000e37c3c433f42bafc68eee78633da147734808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 8 May 2002 07:16:37 +0000 Subject: Patch #551011: Fix compilation problems with Cygwin. --- Modules/expat/expat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/expat/expat.h b/Modules/expat/expat.h index 9259a45..123b6e5 100644 --- a/Modules/expat/expat.h +++ b/Modules/expat/expat.h @@ -9,7 +9,7 @@ See the file COPYING for copying permission. #include #ifndef XMLPARSEAPI -# if defined(__declspec) && !defined(__BEOS__) +# if defined(__declspec) && !defined(__BEOS__) && !defined(__CYGWIN__) # define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl # else # define XMLPARSEAPI(type) type -- cgit v0.12