Indentation and fix includes for macros in Error.h Release Build 9427.
This commit is contained in:
parent
f0ea435562
commit
d07d571f3c
@ -47,18 +47,16 @@ All rights reserved.
|
|||||||
inline std::ofstream debugLogger;
|
inline std::ofstream debugLogger;
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#ifndef __EMSCRIPTEN__
|
#ifndef __EMSCRIPTEN__
|
||||||
#ifndef __linux__
|
#ifndef __linux__
|
||||||
#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
|
#endif
|
||||||
#define NEW new
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
#define NEW new
|
#ifndef NEW //For everything else.
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
#define NEW new
|
#define NEW new
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ All rights reserved.
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 2
|
#define VERSION_MINOR 2
|
||||||
#define VERSION_PATCH 3
|
#define VERSION_PATCH 3
|
||||||
#define VERSION_BUILD 9424
|
#define VERSION_BUILD 9427
|
||||||
|
|
||||||
#define stringify(a) stringify_(a)
|
#define stringify(a) stringify_(a)
|
||||||
#define stringify_(a) #a
|
#define stringify_(a) #a
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user