Mercurial > hg > xemacs-beta
diff src/event-msw.c @ 5936:574f0cded429 cygwin
try to replace all nnnL or nnnUL constants with EMACS_[U]INT
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Sun, 13 Dec 2015 13:22:58 +0000 |
parents | 08cfc8f77fb6 |
children |
line wrap: on
line diff
--- a/src/event-msw.c Sat Dec 12 21:49:31 2015 +0000 +++ b/src/event-msw.c Sun Dec 13 13:22:58 2015 +0000 @@ -1915,7 +1915,7 @@ || !DdeCmpStringHandles (hszTopic, mswindows_dde_topic_system) || !DdeCmpStringHandles (hszTopic, mswindows_dde_topic_eval))) return (DdeCreateDataHandle (mswindows_dde_mlid, (LPBYTE) pairs, - sizeof (pairs), 0L, 0, uFmt, 0)); + sizeof (pairs), E0, 0, uFmt, 0)); } return (HDDEDATA) NULL; @@ -2025,7 +2025,7 @@ * return back to the client, which signals an error as we wish. */ return DdeCreateDataHandle (mswindows_dde_mlid, (LPBYTE)result, - bytes, 0L, hszItem, uFmt, 0); + bytes, E0, hszItem, uFmt, 0); } case XTYP_EXECUTE: