diff options
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClientDlg.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.cpp b/cppe/demo/IceE/chat/ChatClientDlg.cpp index 437c3e3b7a5..71a4b3eb826 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.cpp +++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp @@ -13,6 +13,9 @@ #include "ChatClientDlg.h"
#include "ChatConfigDlg.h"
#include "Router.h"
+ +#ifdef ICEE_HAS_ROUTER + #ifdef _DEBUG
#define new DEBUG_NEW
@@ -242,3 +245,5 @@ CChatClientDlg::OnLogin() ((CEdit*)GetDlgItem(IDC_LOG))->SetFocus(); } }
+ +#endif |