Include the architecture in the explicit fields. This is already in the report itself, but not in any place that makes it easy to access for checking patch versions.

This commit is contained in:
Glenn Maynard
2006-02-13 23:15:11 +00:00
parent d081b1c204
commit 5932664648
@@ -714,6 +714,7 @@ bool CrashDialog::HandleMessage( UINT msg, WPARAM wParam, LPARAM lParam )
m_pPost = new NetworkPostData;
m_pPost->SetData( "ProductName", PRODUCT_NAME );
m_pPost->SetData( "ProductVersion", PRODUCT_VER );
m_pPost->SetData( "ProductArch", HOOKS->GetArchName().c_str() );
m_pPost->SetData( "Report", m_sCrashReport );
m_pPost->SetData( "Reason", m_CrashData.m_CrashInfo.m_CrashReason );