diff options
Diffstat (limited to 'gdk/gdkwindow.h')
-rw-r--r-- | gdk/gdkwindow.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h index b29428a2a3..06ee0181e7 100644 --- a/gdk/gdkwindow.h +++ b/gdk/gdkwindow.h @@ -21,9 +21,13 @@ * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) +#error "Only <gdk/gdk.h> can be included directly." +#endif + #ifndef __GDK_WINDOW_H__ #define __GDK_WINDOW_H__ |