Open sbuller opened 2 years ago
ghostdbmysql.{h,cpp} references my_bool which used to be defined by mysql.h. This has been removed, and leads to build failures. I inserted the typedef to circumvent typedef bool my_bool;
my_bool
typedef bool my_bool;
https://github.com/uakfdotb/ghostpp/pull/24
ghostdbmysql.{h,cpp} references
my_bool
which used to be defined by mysql.h. This has been removed, and leads to build failures. I inserted the typedef to circumventtypedef bool my_bool;