mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
Updated the gtkobject.h include guard to rely on GTK_MAJOR_VERSION, preventing GTK3 Windows build failures when HAVE_GTK3 isn’t defined.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
#define ZOITECHAT_XTEXT_H
|
#define ZOITECHAT_XTEXT_H
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#if !HAVE_GTK3
|
#if !defined(GTK_MAJOR_VERSION) || GTK_MAJOR_VERSION < 3
|
||||||
#include <gtk/gtkobject.h>
|
#include <gtk/gtkobject.h>
|
||||||
#endif
|
#endif
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user