comparison src/dragdrop.c @ 321:19dcec799385 r21-0-58

Import from CVS: tag r21-0-58
author cvs
date Mon, 13 Aug 2007 10:46:44 +0200
parents 558f606b08ae
children cc15677e0335
comparison
equal deleted inserted replaced
320:73c75c43c1f2 321:19dcec799385
128 Each element is the feature symbol of the protocol. 128 Each element is the feature symbol of the protocol.
129 */ ); 129 */ );
130 130
131 Vdragdrop_protocols = Qnil; 131 Vdragdrop_protocols = Qnil;
132 132
133 #ifdef HAVE_MSWINDOWS 133 #ifdef HAVE_MS_WINDOWS
134 Vdragdrop_protocols = Fcons ( Qmswindows , Vdragdrop_protocols ); 134 Vdragdrop_protocols = Fcons ( Qmswindows , Vdragdrop_protocols );
135 #endif 135 #endif
136 #ifdef HAVE_CDE 136 #ifdef HAVE_CDE
137 Vdragdrop_protocols = Fcons ( intern ("cde") , Vdragdrop_protocols ); 137 Vdragdrop_protocols = Fcons ( intern ("cde") , Vdragdrop_protocols );
138 #endif 138 #endif