X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Foffix.h;h=8276439bb1ff656b48748ce6c5f8f01c31cded67;hp=67d550a4f85d7d56947534af2a53ab6a01218b39;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/src/offix.h b/src/offix.h index 67d550a..8276439 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 __DragAndDropH__ -#define __DragAndDropH__ 1L +#ifndef INCLUDED_offix_h_ +#define INCLUDED_offix_h_ /* The standard DND types are defined here */ #include "offix-types.h" @@ -63,6 +63,7 @@ DndChangeCursor(int Type, int width,int height, char *image,char *mask, int hot_x,int hot_y); -#endif + +#endif /* INCLUDED_offix_h_ */