Skip to content

Commit 000e37c

Browse files
committed
Patch #551011: Fix compilation problems with Cygwin.
1 parent 5ad6f7a commit 000e37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/expat/expat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See the file COPYING for copying permission.
99
#include <stdlib.h>
1010

1111
#ifndef XMLPARSEAPI
12-
# if defined(__declspec) && !defined(__BEOS__)
12+
# if defined(__declspec) && !defined(__BEOS__) && !defined(__CYGWIN__)
1313
# define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl
1414
# else
1515
# define XMLPARSEAPI(type) type

0 commit comments

Comments
 (0)