mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
f2aaef68ae
* Install sodium.h * [libodb-mysql] adapter mysql 8.0
14 lines
347 B
Diff
14 lines
347 B
Diff
diff --git a/odb/mysql/mysql-types.hxx b/odb/mysql/mysql-types.hxx
|
|
index 1254ccd..5396791 100644
|
|
--- a/odb/mysql/mysql-types.hxx
|
|
+++ b/odb/mysql/mysql-types.hxx
|
|
@@ -7,7 +7,7 @@
|
|
|
|
#include <odb/mysql/details/config.hxx>
|
|
|
|
-typedef char my_bool;
|
|
+typedef bool my_bool;
|
|
typedef struct st_mysql_bind MYSQL_BIND;
|
|
|
|
#ifdef LIBODB_MYSQL_INCLUDE_SHORT
|