comparison src/menubar-msw.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 8626e4521993
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
24 24
25 /* Author: 25 /* Author:
26 Initially written by kkm 12/24/97, 26 Initially written by kkm 12/24/97,
27 */ 27 */
28 28
29 #ifndef _XEMACS_MENUBAR_MSW_H_ 29 #ifndef INCLUDED_menubar_msw_h_
30 #define _XEMACS_MENUBAR_MSW_H_ 30 #define INCLUDED_menubar_msw_h_
31 31
32 32
33 #ifdef HAVE_MENUBARS 33 #ifdef HAVE_MENUBARS
34 34
35 /* Message handlers. Called from window procedure */ 35 /* Message handlers. Called from window procedure */
37 Lisp_Object mswindows_handle_wm_initmenu (HMENU hmenu, struct frame* f); 37 Lisp_Object mswindows_handle_wm_initmenu (HMENU hmenu, struct frame* f);
38 Lisp_Object mswindows_handle_wm_command (struct frame* f, WORD command); 38 Lisp_Object mswindows_handle_wm_command (struct frame* f, WORD command);
39 39
40 #endif /* HAVE_MENUBARS */ 40 #endif /* HAVE_MENUBARS */
41 41
42 #endif /* _XEMACS_MENUBAR_MSW_H_ */ 42 #endif /* INCLUDED_menubar_msw_h_ */
43 43