diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-08-10 15:14:20 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-08-10 15:14:20 +0000 |
commit | fbaf9d5f4ce503a32cc45e84dd3ec48ac593ec71 (patch) | |
tree | a7b6af04ad5aff43bc227af0354337cec15290e3 /cppe/demo/IceE/chat/ChatClientDlg.cpp | |
parent | restoring include of ctype.h (diff) | |
download | ice-fbaf9d5f4ce503a32cc45e84dd3ec48ac593ec71.tar.bz2 ice-fbaf9d5f4ce503a32cc45e84dd3ec48ac593ec71.tar.xz ice-fbaf9d5f4ce503a32cc45e84dd3ec48ac593ec71.zip |
Fixed OnLog functions
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClientDlg.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClientDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/chat/ChatClientDlg.cpp b/cppe/demo/IceE/chat/ChatClientDlg.cpp index 28aea033ec8..1208ce80590 100644 --- a/cppe/demo/IceE/chat/ChatClientDlg.cpp +++ b/cppe/demo/IceE/chat/ChatClientDlg.cpp @@ -425,7 +425,7 @@ CChatClientDlg::OnLogin() } LRESULT -CChatClientDlg::OnLog(UINT wParam, UINT lParam) +CChatClientDlg::OnLog(WPARAM wParam, LPARAM lParam) { char* text = (char*)lParam; |