Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/menubar-msw.c Mon Apr 21 11:42:50 2014 +0100 +++ b/src/menubar-msw.c Wed Apr 23 22:22:37 2014 +0100 @@ -95,7 +95,7 @@ /* #### */ #define REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH 0 -#define EMPTY_ITEM_ID ((UINT)STORE_LISP_IN_VOID (Qunbound)) +#define EMPTY_ITEM_ID ((intptr_t)STORE_LISP_IN_VOID (Qunbound)) #define EMPTY_ITEM_NAME "(empty)" /* WARNING: uses of this need XETEXT */ /* Current menu (bar or popup) descriptor. gcpro'ed */