uakfdotb / ghostpp

GHost++, the Warcraft III game hosting bot
https://www.ghostpp.com
Other
67 stars 51 forks source link

my_bool isn't defined in modern mysql sources #38

Open sbuller opened 2 years ago

sbuller commented 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;

TemKaSD commented 2 years ago

https://github.com/uakfdotb/ghostpp/pull/24