2008-09-04 02:20:39 +04:00
|
|
|
#pragma once
|
|
|
|
|
2009-07-30 02:27:20 +04:00
|
|
|
#ifndef CRT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
|
|
|
|
#define CRT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
|
|
|
|
|
|
|
|
|
2008-09-04 02:20:39 +04:00
|
|
|
// for detecting memory leaks
|
|
|
|
#ifdef _DEBUG
|
|
|
|
|
|
|
|
#define _CRTDBG_MAP_ALLOC
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <crtdbg.h>
|
|
|
|
|
|
|
|
#endif // _DEBUG
|
|
|
|
|
2009-07-30 02:27:20 +04:00
|
|
|
|
|
|
|
#endif // CRT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
|