Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/console-msw.h Mon Aug 13 10:34:15 2007 +0200 +++ b/src/console-msw.h Mon Aug 13 10:35:03 2007 +0200 @@ -36,11 +36,11 @@ #ifdef CONST /* I suspect this is safe */ #undef CONST #endif -#include "windows.h" -#include "ddeml.h" /* DDE management library */ +#include <windows.h> +#include <ddeml.h> /* DDE management library */ #ifndef __CYGWIN32__ -#include "shellapi.h" /* FileManager/Explorer drag and drop */ -#include "commctrl.h" +#include <shellapi.h> /* FileManager/Explorer drag and drop */ +#include <commctrl.h> #endif #ifdef HAVE_XPM