Mercurial > hg > xemacs-beta
comparison src/menubar-msw.c @ 5921:68639fb08af8 cygwin
no obvious 64 vs. 32 pblms in compilation, but still crashing in event-msw
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Wed, 23 Apr 2014 22:22:37 +0100 |
parents | 56144c8593a8 |
children | e2fae7783046 |
comparison
equal
deleted
inserted
replaced
5920:0f2338afbabf | 5921:68639fb08af8 |
---|---|
93 #include "window-impl.h" | 93 #include "window-impl.h" |
94 | 94 |
95 /* #### */ | 95 /* #### */ |
96 #define REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH 0 | 96 #define REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH 0 |
97 | 97 |
98 #define EMPTY_ITEM_ID ((UINT)STORE_LISP_IN_VOID (Qunbound)) | 98 #define EMPTY_ITEM_ID ((intptr_t)STORE_LISP_IN_VOID (Qunbound)) |
99 #define EMPTY_ITEM_NAME "(empty)" /* WARNING: uses of this need XETEXT */ | 99 #define EMPTY_ITEM_NAME "(empty)" /* WARNING: uses of this need XETEXT */ |
100 | 100 |
101 /* Current menu (bar or popup) descriptor. gcpro'ed */ | 101 /* Current menu (bar or popup) descriptor. gcpro'ed */ |
102 static Lisp_Object current_menudesc; | 102 static Lisp_Object current_menudesc; |
103 | 103 |