XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / src / offix.h
index 67d550a..8276439 100644 (file)
@@ -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_ */