Mercurial > hg > xemacs-beta
diff src/console-msw.h @ 430:a5df635868b2 r21-2-23
Import from CVS: tag r21-2-23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:08 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
line wrap: on
line diff
--- a/src/console-msw.h Mon Aug 13 11:28:16 2007 +0200 +++ b/src/console-msw.h Mon Aug 13 11:29:08 2007 +0200 @@ -38,7 +38,8 @@ #endif #include <windows.h> #include <ddeml.h> /* DDE management library */ -#if !defined(__CYGWIN32__) && !defined(__MINGW32__) +#if !defined(__CYGWIN32__) && !defined(__MINGW32__) \ + || CYGWIN_VERSION_DLL_MAJOR > 20 #include <shellapi.h> /* FileManager/Explorer drag and drop */ #include <commctrl.h> #endif