Mercurial > hg > xemacs-beta
diff src/console-msw.h @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 4711e16a8e49 |
children | 6240c7796c7a |
line wrap: on
line diff
--- a/src/console-msw.h Mon Aug 13 11:01:58 2007 +0200 +++ b/src/console-msw.h Mon Aug 13 11:03:08 2007 +0200 @@ -38,7 +38,7 @@ #endif #include <windows.h> #include <ddeml.h> /* DDE management library */ -#if !defined(__CYGWIN32__) || CYGWIN_VERSION_DLL_MAJOR > 20 +#ifndef __CYGWIN32__ #include <shellapi.h> /* FileManager/Explorer drag and drop */ #include <commctrl.h> #endif @@ -251,6 +251,4 @@ extern Lisp_Object Vmswindows_frame_being_created; extern Lisp_Object mswindows_frame_being_created; -void mswindows_enumerate_fonts (struct device *d); - #endif /* _XEMACS_CONSOLE_MSW_H_ */