aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mysql_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mysql_compat.h b/src/include/gnunet_mysql_compat.h
index 2025d481e..cfbd969a0 100644
--- a/src/include/gnunet_mysql_compat.h
+++ b/src/include/gnunet_mysql_compat.h
@@ -45,10 +45,10 @@ extern "C"
45#if MYSQL_VERSION_ID < 80000 45#if MYSQL_VERSION_ID < 80000
46#define MYSQL_BOOL bool 46#define MYSQL_BOOL bool
47#else 47#else
48#define MYSQL_BOOL my_bool // MySQL < 8 wants this 48#define MYSQL_BOOL my_bool /* MySQL < 8 wants this */
49#endif 49#endif
50#else 50#else
51#define MYSQL_BOOL my_bool // MariaDB still uses my_bool 51#define MYSQL_BOOL my_bool /* MariaDB still uses my_bool */
52#endif 52#endif
53 53
54#if 0 /* keep Emacsens' auto-indent happy */ 54#if 0 /* keep Emacsens' auto-indent happy */