/*----------------------------------------------------------------------
       Bugslayer Column - April '00 MSDN Magazine - John Robbins
----------------------------------------------------------------------*/
#ifndef _STDAFX_H
#define _STDAFX_H

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define _CRTDBG_MAP_ALLOC

#define WIN32_LEAN_AND_MEAN

#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <TCHAR.h>
#include <time.h>

//#include <CRTDBG.h>

#endif // !_STDAFX_H

