From 4c3f32531d6e9ff7b488ef43aa89c0f6f8bb5db7 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 1 Mar 2001 03:19:27 +0000 Subject: [PATCH] Sam TH: BeOS defines __declspec, but we don't use it there. This closes SF tracker patch #403581. --- expat/lib/expat.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/lib/expat.h.in b/expat/lib/expat.h.in index a44d4bb6..1873e74f 100644 --- a/expat/lib/expat.h.in +++ b/expat/lib/expat.h.in @@ -9,7 +9,7 @@ See the file COPYING for copying permission. #include #ifndef XMLPARSEAPI -# ifdef __declspec +# if defined(__declspec) && !defined(__BEOS__) # define XMLPARSEAPI __declspec(dllimport) # else # define XMLPARSEAPI /* nothing */ -- 2.40.0