13 lines
223 B
C
13 lines
223 B
C
#pragma once
|
|
|
|
/*
|
|
#ifdef _DEBUG
|
|
// http://msdn.microsoft.com/ko-kr/library/x98tx3cf(VS.80).aspx
|
|
#define _CRTDBG_MAP_ALLOC
|
|
#include <stdlib.h>
|
|
#include <crtdbg.h>
|
|
|
|
#define new new(_NORMAL_BLOCK, __FILE__, __LINE__)
|
|
#endif
|
|
*/
|