Disallow single-include unconditionally because this is a new file

This commit is contained in:
Michael Natterer 2009-07-09 16:31:27 +02:00
parent becb5057fc
commit 8031432c09

View File

@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
#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