gdbconnection patch - fixes remote debugging

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@963 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
squall-leonhart 2010-10-24 19:46:47 +00:00
parent a054383c7f
commit 77215ac71c
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()
/////////////////////////////////////////////////////////////////////////////