yaml-cpp/include/crt.h

18 lines
302 B
C
Raw Normal View History

#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
// 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