mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 13:37:07 +00:00
[12709] Add some safety to some preprocessor defines (original author @Schmoozerd)
This commit is contained in:
parent
b077ec4fe3
commit
8f8068714c
4 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ class SqlStmtParameters;
|
|||
class SqlParamBinder;
|
||||
class Database;
|
||||
|
||||
#define MAX_QUERY_LEN 32*1024
|
||||
#define MAX_QUERY_LEN (32*1024)
|
||||
|
||||
//
|
||||
class MANGOS_DLL_SPEC SqlConnection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue