mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 00:33:56 +00:00
Fix compile error with mariadb's c connector lib
This commit is contained in:
parent
5462d36561
commit
b6aac0c77b
@ -25,7 +25,7 @@
|
||||
#include <boost/scope_exit.hpp>
|
||||
|
||||
#include <mysql/mysql.h>
|
||||
#if defined(MYSQL_VERSION_ID) && MYSQL_VERSION_ID >= 80000
|
||||
#if !defined(MARIADB_VERSION_ID) && defined(MYSQL_VERSION_ID) && MYSQL_VERSION_ID >= 80000
|
||||
using my_bool = bool;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user