diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-13 01:12:05 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-13 01:12:05 +0000 |
commit | 23ac008cc160257830e3c199240904c94a4ecd2c (patch) | |
tree | a1c795c76779e029a6db35d0dae8c957653b5e73 /modules/extra/m_mysql.cpp | |
parent | 64869564019df2c79b255239d4c2779bd7f26905 (diff) |
Remove NO_CLIENT_LONG_LONG from the mysql module.
This is not necessary now we use C++17.
Diffstat (limited to 'modules/extra/m_mysql.cpp')
-rw-r--r-- | modules/extra/m_mysql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_mysql.cpp b/modules/extra/m_mysql.cpp index be0214eee..136f1d086 100644 --- a/modules/extra/m_mysql.cpp +++ b/modules/extra/m_mysql.cpp @@ -11,7 +11,7 @@ #include "module.h" #include "modules/sql.h" -#define NO_CLIENT_LONG_LONG + #ifdef WIN32 # include <mysql.h> #else |