8 lines
122 B
C++
8 lines
122 B
C++
|
|
#include "stdafx.h"
|
||
|
|
#include "ExceptionHandler.h"
|
||
|
|
|
||
|
|
#ifdef _DEBUG
|
||
|
|
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
|
||
|
|
#endif
|
||
|
|
|