Mercurial > hg > xemacs-beta
comparison src/device-msw.c @ 361:7347b34c275b r21-1-10
Import from CVS: tag r21-1-10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:58:40 +0200 |
parents | 7c94d56991e1 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
360:0f00b38cfccb | 361:7347b34c275b |
---|---|
187 free (fontlist); | 187 free (fontlist); |
188 fontlist = next; | 188 fontlist = next; |
189 } | 189 } |
190 | 190 |
191 #ifdef HAVE_DRAGNDROP | 191 #ifdef HAVE_DRAGNDROP |
192 DdeNameService (mswindows_dde_mlid, 0L, 0L, DNS_REGISTER); | 192 DdeNameService (mswindows_dde_mlid, 0L, 0L, DNS_UNREGISTER); |
193 DdeFreeStringHandle (mswindows_dde_mlid, mswindows_dde_item_open); | |
194 DdeFreeStringHandle (mswindows_dde_mlid, mswindows_dde_topic_system); | |
195 DdeFreeStringHandle (mswindows_dde_mlid, mswindows_dde_service); | |
193 DdeUninitialize (mswindows_dde_mlid); | 196 DdeUninitialize (mswindows_dde_mlid); |
194 #endif | 197 #endif |
195 | 198 |
196 free (d->device_data); | 199 free (d->device_data); |
197 } | 200 } |