diff options
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClientDlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.cpp b/cppe/demo/IceE/chat/ChatClientDlg.cpp index 625538749d3..1208ce80590 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.cpp +++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp @@ -15,7 +15,7 @@ #include <Router.h> #include <IceE/SafeStdio.h> -#ifdef ICE_HAS_ROUTER +#ifdef ICEE_HAS_ROUTER #ifdef _DEBUG #define new DEBUG_NEW @@ -437,4 +437,4 @@ CChatClientDlg::OnLog(WPARAM wParam, LPARAM lParam) return 0; } -#endif // ICE_HAS_ROUTER +#endif // ICEE_HAS_ROUTER |