gdbconnection patch - fixes remote debugging

This commit is contained in:
squall-leonhart 2010-10-24 19:46:47 +00:00
parent f9e8205db6
commit d5b4f885d7
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ BEGIN_MESSAGE_MAP(GDBWaitingDlg, CDialog)
ON_BN_CLICKED(ID_CANCEL, OnCancel)
ON_WM_CLOSE()
//}}AFX_MSG_MAP
ON_MESSAGE(SOCKET_MESSAGE, OnSocketAccept)
ON_MESSAGE(SOCKET_MESSAGE, OnSocketAccept)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////