comparison src/dragdrop.c @ 375:a300bb07d72d r21-2b3

Import from CVS: tag r21-2b3
author cvs
date Mon, 13 Aug 2007 11:04:51 +0200
parents cc15677e0335
children
comparison
equal deleted inserted replaced
374:4ebeb1a5388b 375:a300bb07d72d
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