comparison src/console-msw.h @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 83b3d10dcba9
children 966663fcf606
comparison
equal deleted inserted replaced
250:f385a461c9aa 251:677f6a0ee643
31 31
32 #ifndef _XEMACS_CONSOLE_MSW_H_ 32 #ifndef _XEMACS_CONSOLE_MSW_H_
33 #define _XEMACS_CONSOLE_MSW_H_ 33 #define _XEMACS_CONSOLE_MSW_H_
34 34
35 #include "console.h" 35 #include "console.h"
36 36 #ifdef CONST /* I suspect this is safe */
37 #undef CONST
38 #endif
37 #include "windows.h" 39 #include "windows.h"
38 #include "ddeml.h" /* DDE management library */ 40 #include "ddeml.h" /* DDE management library */
41 #ifndef __CYGWIN32__
39 #include "shellapi.h" /* FileManager/Explorer drag and drop */ 42 #include "shellapi.h" /* FileManager/Explorer drag and drop */
43 #endif
40 44
41 /* 45 /*
42 * XXX FIXME: The following X modifier defs in events-mod.h clash with win32 46 * XXX FIXME: The following X modifier defs in events-mod.h clash with win32
43 * hotkey defs in winuser.h. For the moment lose the win32 versions. 47 * hotkey defs in winuser.h. For the moment lose the win32 versions.
44 * Maybe we should rename all of MOD_* to something that doesn't clash. 48 * Maybe we should rename all of MOD_* to something that doesn't clash.