We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0426a27 + 70116a3 commit 3a7febeCopy full SHA for 3a7febe
src/RS-MySQL.h
@@ -26,6 +26,10 @@ extern "C" {
26
#include <mysql.h>
27
#include <string.h>
28
29
+#if MYSQL_VERSION_ID >= 80000 && MYSQL_VERSION_ID < 100000
30
+#define my_bool bool
31
+#endif
32
+
33
// Objects =====================================================================
34
35
typedef struct RMySQLFields {
0 commit comments