mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
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:
parent
f00361b246
commit
b442277fd4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user