mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12708"
|
||||
#define REVISION_NR "12709"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue