We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad6f7a commit 000e37cCopy full SHA for 000e37c
1 file changed
Modules/expat/expat.h
@@ -9,7 +9,7 @@ See the file COPYING for copying permission.
9
#include <stdlib.h>
10
11
#ifndef XMLPARSEAPI
12
-# if defined(__declspec) && !defined(__BEOS__)
+# if defined(__declspec) && !defined(__BEOS__) && !defined(__CYGWIN__)
13
# define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl
14
# else
15
# define XMLPARSEAPI(type) type
0 commit comments