Kaydet (Commit) 000e37c3 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Patch #551011: Fix compilation problems with Cygwin.

üst 5ad6f7a3
...@@ -9,7 +9,7 @@ See the file COPYING for copying permission. ...@@ -9,7 +9,7 @@ See the file COPYING for copying permission.
#include <stdlib.h> #include <stdlib.h>
#ifndef XMLPARSEAPI #ifndef XMLPARSEAPI
# if defined(__declspec) && !defined(__BEOS__) # if defined(__declspec) && !defined(__BEOS__) && !defined(__CYGWIN__)
# define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl # define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl
# else # else
# define XMLPARSEAPI(type) type # define XMLPARSEAPI(type) type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment