X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Foffix-types.h;h=918f53dbb04a231517e1286a32aeac5042e2e0dc;hb=8ccf542c980645ba3c02074a8bc67cd4fc8e7a1f;hp=6ce7efb79cd75f629c0cbaf53dc9af1c121a8562;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/offix-types.h b/src/offix-types.h index 6ce7efb..918f53d 100644 --- a/src/offix-types.h +++ b/src/offix-types.h @@ -14,8 +14,8 @@ License along with this library; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef __DragAndDropTypesH__ -#define __DragAndDropTypesH__ +#ifndef INCLUDED_offix_types_h_ +#define INCLUDED_offix_types_h_ #define DndNotDnd -1 #define DndUnknown 0 @@ -31,4 +31,4 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. #define DndEND 10 -#endif +#endif /* INCLUDED_offix_types_h_ */