Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
356:e85f639a32f3 | 357:4711e16a8e49 |
---|---|
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 #if !defined(__CYGWIN32__) || CYGWIN_VERSION_DLL_MAJOR > 20 |
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 |