7 lines
117 B
C++
7 lines
117 B
C++
#include "StdAfx.h"
|
|
#include "MultiCommon.h"
|
|
|
|
#ifdef _DEBUG
|
|
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
|
|
#endif
|
|
|