From 752b10273b0017875da365c8449c8a1eef838589 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 4 Feb 2026 14:42:34 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20the=20gtkobject.h=20include=20guard?= =?UTF-8?q?=20to=20rely=20on=20GTK=5FMAJOR=5FVERSION,=20preventing=20GTK3?= =?UTF-8?q?=20Windows=20build=20failures=20when=20HAVE=5FGTK3=20isn?= =?UTF-8?q?=E2=80=99t=20defined.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fe-gtk/xtext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-gtk/xtext.h b/src/fe-gtk/xtext.h index acedb43f..5cbb6b07 100644 --- a/src/fe-gtk/xtext.h +++ b/src/fe-gtk/xtext.h @@ -21,7 +21,7 @@ #define ZOITECHAT_XTEXT_H #include -#if !HAVE_GTK3 +#if !defined(GTK_MAJOR_VERSION) || GTK_MAJOR_VERSION < 3 #include #endif #include