mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Sam TH:
BeOS defines __declspec, but we don't use it there. This closes SF tracker patch #403581.
This commit is contained in:
parent
a6823aa552
commit
4c3f32531d
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue