X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdragdrop.c;h=713355d73116e0f862135c2908964a82063c4cfd;hb=61c5f6a2089ef92de8751f7d80e45fdfb32c93da;hp=ff7db6ee26430e9b3e641938d87442ccde02b9ed;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/dragdrop.c b/src/dragdrop.c index ff7db6e..713355d 100644 --- a/src/dragdrop.c +++ b/src/dragdrop.c @@ -130,7 +130,7 @@ Each element is the feature symbol of the protocol. Vdragdrop_protocols = Qnil; -#ifdef HAVE_MSWINDOWS +#ifdef HAVE_MS_WINDOWS Vdragdrop_protocols = Fcons ( Qmswindows , Vdragdrop_protocols ); #endif #ifdef HAVE_CDE