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:
parent
a054383c7f
commit
77215ac71c
|
@ -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()
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue