diff options
Diffstat (limited to 'Build/source/texk/kpathsea/c-proto.h')
-rw-r--r-- | Build/source/texk/kpathsea/c-proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/c-proto.h b/Build/source/texk/kpathsea/c-proto.h index 53aac655398..1774449b104 100644 --- a/Build/source/texk/kpathsea/c-proto.h +++ b/Build/source/texk/kpathsea/c-proto.h @@ -19,9 +19,9 @@ #ifndef KPATHSEA_C_PROTO_H #define KPATHSEA_C_PROTO_H -#if defined (WIN32) +#if defined (WIN32) && !defined(__MINGW32__) #define KPSE_DLL 1 -#endif /* WIN32 */ +#endif /* WIN32 && ! __MINGW32__ */ #if defined (KPSE_DLL) && (defined (WIN32) || defined (__CYGWIN__)) #ifdef MAKE_KPSE_DLL |