Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37912872
en ru br
ALT Linux repos
S:3.18.3-alt1
5.0: 2.6.0-alt1
4.1: 2.5.0-alt1
4.0: 2.0.0-alt0.M40.1
3.0: 1.0.9-alt1

Group :: Development/Tools
RPM: gambas

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gambas-alt-mysql8-bool-type-fix.patch
Download


diff --git a/gb.db.mysql/src/main.c b/gb.db.mysql/src/main.c
index 78dec8d..5438712 100644
--- a/gb.db.mysql/src/main.c
+++ b/gb.db.mysql/src/main.c
@@ -31,6 +31,10 @@
 
 #include <mysql.h>
 
+#if defined(bool) && !defined(my_bool)
+#define my_bool bool
+#endif
+
 #include "gb.db.proto.h"
 #include "main.h"
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin