Don't allow to include this new header individually

This commit is contained in:
Michael Natterer 2009-10-21 20:20:54 +02:00
parent c43a3acac3
commit 8c34831e42

View File

@ -22,7 +22,7 @@
* by Christian Hergert <christian.hergert@gmail.com>
*/
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif