diff options
Diffstat (limited to 'gtk/gtklistitem.h')
-rw-r--r-- | gtk/gtklistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklistitem.h b/gtk/gtklistitem.h index 545765d047..f2955a40b9 100644 --- a/gtk/gtklistitem.h +++ b/gtk/gtklistitem.h @@ -24,7 +24,7 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#ifndef GTK_DISABLE_DEPRECATED +#if !defined (GTK_DISABLE_DEPRECATED) || defined (__GTK_LIST_ITEM_C__) #ifndef __GTK_LIST_ITEM_H__ #define __GTK_LIST_ITEM_H__ |