comparison 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
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
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 #if !defined(__CYGWIN32__) || CYGWIN_VERSION_DLL_MAJOR > 20 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
249 #endif 249 #endif
250 250
251 extern Lisp_Object Vmswindows_frame_being_created; 251 extern Lisp_Object Vmswindows_frame_being_created;
252 extern Lisp_Object mswindows_frame_being_created; 252 extern Lisp_Object mswindows_frame_being_created;
253 253
254 void mswindows_enumerate_fonts (struct device *d);
255
256 #endif /* _XEMACS_CONSOLE_MSW_H_ */ 254 #endif /* _XEMACS_CONSOLE_MSW_H_ */