Support MinGW DLL compilation

This commit is contained in:
Kouhei Sutou 2007-04-16 02:48:14 -04:00 committed by Behdad Esfahbod
parent ca9df759b4
commit 7ff95c7230
2 changed files with 5 additions and 0 deletions

View file

@ -57,6 +57,7 @@ dnl ===========================================================================
AC_PROG_CC
AC_PROG_CPP
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
AC_STDC_HEADERS
AC_C_INLINE

View file

@ -51,6 +51,10 @@
#endif
#include <windows.h>
#if defined(__MINGW32__) && !defined(ETO_PDY)
# define ETO_PDY 0x2000
#endif
#undef DEBUG_COMPOSITE
/* for older SDKs */