diff src/console-msw.h @ 357:4711e16a8e49 r21-1-8

Import from CVS: tag r21-1-8
author cvs
date Mon, 13 Aug 2007 10:57:04 +0200
parents afd57c14dfc8
children cc15677e0335
line wrap: on
line diff
--- a/src/console-msw.h	Mon Aug 13 10:56:23 2007 +0200
+++ b/src/console-msw.h	Mon Aug 13 10:57:04 2007 +0200
@@ -38,7 +38,7 @@
 #endif
 #include <windows.h>
 #include <ddeml.h>	/* DDE management library */
-#ifndef __CYGWIN32__
+#if !defined(__CYGWIN32__) || CYGWIN_VERSION_DLL_MAJOR > 20
 #include <shellapi.h>	/* FileManager/Explorer drag and drop */
 #include <commctrl.h>
 #endif