1 // stdafx.cpp : source file that includes just the standard includes
2 // CrashRpt.pch will be the pre-compiled header
3 // stdafx.obj will contain the pre-compiled type information
8 //////////////////////////////////////////////////////////////////////
9 // how shall addresses be formatted?
10 //////////////////////////////////////////////////////////////////////
12 const LPCTSTR addressFormat
= sizeof (void*) <= 4
16 const LPCTSTR sizeFormat
= _T("0x%08x");
17 const LPCTSTR offsetFormat
= _T("0x%x");