diff 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
line wrap: on
line diff
--- a/src/dragdrop.c	Mon Aug 13 10:46:01 2007 +0200
+++ b/src/dragdrop.c	Mon Aug 13 10:46:44 2007 +0200
@@ -130,7 +130,7 @@
   
   Vdragdrop_protocols = Qnil;
 
-#ifdef HAVE_MSWINDOWS
+#ifdef HAVE_MS_WINDOWS
   Vdragdrop_protocols = Fcons ( Qmswindows , Vdragdrop_protocols );
 #endif
 #ifdef HAVE_CDE