comboboxtext: GTK_DISABLE_SINGLE_INCLUDES is not a thing
authorBenjamin Otte <otte@redhat.com>
Wed, 25 Apr 2018 14:14:00 +0000 (16:14 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 25 Apr 2018 15:18:16 +0000 (17:18 +0200)
What you don't find when laughing at vcpkg having a CMake build file for
GTK.

gtk/gtkcomboboxtext.h

index 91d0c3709a498ebe85c3baa9db6d0e8c1f5e60cd..3b4fa39746599a4f824d6b39600a0c1781a95049 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __GTK_COMBO_BOX_TEXT_H__
 #define __GTK_COMBO_BOX_TEXT_H__
 
-#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