From 63d572bcbc667902a5cc3e78c6e3429729f076d4 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 30 Sep 1998 19:08:39 +0000 Subject: Made all of the header inclussion conditionals consistent svn path=/trunk/; revision=416 --- widgets/misc/e-cursors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'widgets/misc/e-cursors.h') diff --git a/widgets/misc/e-cursors.h b/widgets/misc/e-cursors.h index 4927277833..b4eb2436ec 100644 --- a/widgets/misc/e-cursors.h +++ b/widgets/misc/e-cursors.h @@ -1,5 +1,5 @@ -#ifndef CURSORS_H -#define CURSORS_H +#ifndef GNUMERIC_CURSORS_H +#define GNUMERIC_CURSORS_H typedef struct { GdkCursor *cursor; @@ -22,4 +22,4 @@ void cursors_shutdown (void); #define cursor_set_widget(w,c) \ gdk_window_set_cursor (GTK_WIDGET (w)->window, gnumeric_cursors [c].cursor) -#endif +#endif /* GNUMERIC_CURSORS_H */ -- cgit v1.2.3