BeOS defines __declspec, but we don't use it there.

This closes SF tracker patch #403581.
This commit is contained in:
Fred L. Drake, Jr. 2001-03-01 03:19:27 +00:00
parent a6823aa552
commit 4c3f32531d

View file

@ -9,7 +9,7 @@ See the file COPYING for copying permission.
#include <stdlib.h>
#ifndef XMLPARSEAPI
# ifdef __declspec
# if defined(__declspec) && !defined(__BEOS__)
# define XMLPARSEAPI __declspec(dllimport)
# else
# define XMLPARSEAPI /* nothing */