comparison src/console-msw.h @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents 90d73dddcdc4
children e11d67e05968
comparison
equal deleted inserted replaced
285:9a3756523c1b 286:57709be46d1b
34 34
35 #include "console.h" 35 #include "console.h"
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 #ifndef __CYGWIN32__ 41 #ifndef __CYGWIN32__
42 #include "shellapi.h" /* FileManager/Explorer drag and drop */ 42 #include <shellapi.h> /* FileManager/Explorer drag and drop */
43 #include "commctrl.h" 43 #include <commctrl.h>
44 #endif 44 #endif
45 45
46 #ifdef HAVE_XPM 46 #ifdef HAVE_XPM
47 #include <X11/xpm.h> 47 #include <X11/xpm.h>
48 #endif 48 #endif