initial
This commit is contained in:
33
public/crtmemdebug.h
Normal file
33
public/crtmemdebug.h
Normal file
@@ -0,0 +1,33 @@
|
||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $Workfile: $
|
||||
// $Date: $
|
||||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
// $Log: $
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef CRTMEMDEBUG_H
|
||||
#define CRTMEMDEBUG_H
|
||||
#pragma once
|
||||
|
||||
#ifdef USECRTMEMDEBUG
|
||||
|
||||
#include <crtdbg.h>
|
||||
#define MEMCHECK CheckHeap()
|
||||
void CheckHeap( void );
|
||||
|
||||
#else
|
||||
|
||||
#define MEMCHECK
|
||||
|
||||
#endif
|
||||
|
||||
void InitCRTMemDebug( void );
|
||||
|
||||
|
||||
#endif // CRTMEMDEBUG_H
|
||||
Reference in New Issue
Block a user