comparison src/menubar-msw.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 INCLUDED_menubar_msw_h_ 29 #ifndef _XEMACS_MENUBAR_MSW_H_
30 #define INCLUDED_menubar_msw_h_ 30 #define _XEMACS_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 /* INCLUDED_menubar_msw_h_ */ 42 #endif /* _XEMACS_MENUBAR_MSW_H_ */
43 43