Mercurial > hg > xemacs-beta
diff src/event-msw.c @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | 83b3d10dcba9 |
children | 11cf20601dec |
line wrap: on
line diff
--- a/src/event-msw.c Mon Aug 13 10:19:12 2007 +0200 +++ b/src/event-msw.c Mon Aug 13 10:19:59 2007 +0200 @@ -55,6 +55,12 @@ #include "events-mod.h" +#ifdef BROKEN_CYGWIN +int WINAPI DdeCmpStringHandles (HSZ, HSZ); +HDDEDATA WINAPI DdeCreateDataHandle (DWORD, LPBYTE, DWORD, DWORD, HSZ, + UINT, UINT); +#endif + #ifdef HAVE_MENUBARS #define ADJR_MENUFLAG TRUE #else @@ -82,7 +88,6 @@ static int mswindows_button2_near_enough (POINTS p1, POINTS p2); static int mswindows_current_layout_has_AltGr (void); - static struct event_stream *mswindows_event_stream; /* @@ -661,7 +666,6 @@ } DdeFreeDataHandle (hdata); return (HDDEDATA) DDE_FNOTPROCESSED; - default: return (HDDEDATA) NULL; }