Mercurial > hg > xemacs-beta
diff src/offix-types.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | acd284d43ca1 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/src/offix-types.h Mon Aug 13 11:12:06 2007 +0200 +++ b/src/offix-types.h Mon Aug 13 11:13:30 2007 +0200 @@ -14,8 +14,8 @@ 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 @@ #define DndEND 10 -#endif +#endif /* INCLUDED_offix_types_h_ */