comboboxtext: GTK_DISABLE_SINGLE_INCLUDES is not a thing

What you don't find when laughing at vcpkg having a CMake build file for
GTK.
This commit is contained in:
Benjamin Otte 2018-04-25 16:14:00 +02:00
parent f00361b246
commit b442277fd4

View 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