comparison 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
comparison
equal deleted inserted replaced
429:8305706cbb93 430:a5df635868b2
36 #ifdef CONST /* I suspect this is safe */ 36 #ifdef CONST /* I suspect this is safe */
37 #undef CONST 37 #undef CONST
38 #endif 38 #endif
39 #include <windows.h> 39 #include <windows.h>
40 #include <ddeml.h> /* DDE management library */ 40 #include <ddeml.h> /* DDE management library */
41 #if !defined(__CYGWIN32__) && !defined(__MINGW32__) 41 #if !defined(__CYGWIN32__) && !defined(__MINGW32__) \
42 || CYGWIN_VERSION_DLL_MAJOR > 20
42 #include <shellapi.h> /* FileManager/Explorer drag and drop */ 43 #include <shellapi.h> /* FileManager/Explorer drag and drop */
43 #include <commctrl.h> 44 #include <commctrl.h>
44 #endif 45 #endif
45 46
46 #ifdef HAVE_XPM 47 #ifdef HAVE_XPM