X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Foffix.h;h=67d550a4f85d7d56947534af2a53ab6a01218b39;hb=4faa92777f0b49cc67da8ab24a5d6e66e845f963;hp=8276439bb1ff656b48748ce6c5f8f01c31cded67;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;p=chise%2Fxemacs-chise.git- diff --git a/src/offix.h b/src/offix.h index 8276439..67d550a 100644 --- a/src/offix.h +++ b/src/offix.h @@ -19,8 +19,8 @@ License along with this library; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef INCLUDED_offix_h_ -#define INCLUDED_offix_h_ +#ifndef __DragAndDropH__ +#define __DragAndDropH__ 1L /* The standard DND types are defined here */ #include "offix-types.h" @@ -63,7 +63,6 @@ DndChangeCursor(int Type, int width,int height, char *image,char *mask, int hot_x,int hot_y); - -#endif /* INCLUDED_offix_h_ */ +#endif