Mercurial > hg > xemacs-beta
diff lib-src/winclient.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 | 308d34e9f07d |
children |
line wrap: on
line diff
--- a/lib-src/winclient.c Mon Apr 21 11:42:50 2014 +0100 +++ b/lib-src/winclient.c Wed Apr 23 22:22:37 2014 +0100 @@ -295,7 +295,7 @@ len++; /* OK. We're connected. Send the message. */ - DdeClientTransaction (buf, len, hConv, NULL, + DdeClientTransaction ((LPBYTE)buf, len, hConv, NULL, 0, XTYP_EXECUTE, TRANSACTION_TIMEOUT, NULL); free (buf);