Mercurial > hg > xemacs-beta
comparison src/device-msw.c @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | 6240c7796c7a |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
157 } | 157 } |
158 | 158 |
159 static void | 159 static void |
160 mswindows_finish_init_device (struct device *d, Lisp_Object props) | 160 mswindows_finish_init_device (struct device *d, Lisp_Object props) |
161 { | 161 { |
162 /* Initialise DDE management library and our related globals. We execute a | 162 /* Initialize DDE management library and our related globals. We execute a |
163 * dde Open("file") by simulating a drop, so this depends on dnd support. */ | 163 * dde Open("file") by simulating a drop, so this depends on dnd support. */ |
164 #ifdef HAVE_DRAGNDROP | 164 #ifdef HAVE_DRAGNDROP |
165 mswindows_dde_mlid = 0; | 165 mswindows_dde_mlid = 0; |
166 DdeInitialize (&mswindows_dde_mlid, (PFNCALLBACK)mswindows_dde_callback, | 166 DdeInitialize (&mswindows_dde_mlid, (PFNCALLBACK)mswindows_dde_callback, |
167 APPCMD_FILTERINITS|CBF_FAIL_SELFCONNECTIONS|CBF_FAIL_ADVISES| | 167 APPCMD_FILTERINITS|CBF_FAIL_SELFCONNECTIONS|CBF_FAIL_ADVISES| |