Files
yaml-cpp/include/crt.h
T

18 lines
302 B
C
Raw Normal View History

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