Indentation and fix includes for macros in Error.h Release Build 9427.
This commit is contained in:
parent
e4215d108d
commit
1169630459
@ -52,13 +52,11 @@ inline std::ofstream debugLogger;
|
|||||||
#define NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ )
|
#define NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ )
|
||||||
// Replace _NORMAL_BLOCK with _CLIENT_BLOCK if you want the
|
// Replace _NORMAL_BLOCK with _CLIENT_BLOCK if you want the
|
||||||
// allocations to be of _CLIENT_BLOCK type
|
// allocations to be of _CLIENT_BLOCK type
|
||||||
#else
|
|
||||||
#define NEW new
|
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
#define NEW new
|
|
||||||
#endif
|
#endif
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
|
#ifndef NEW //For everything else.
|
||||||
#define NEW new
|
#define NEW new
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user