diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-18 23:28:28 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-18 23:28:28 +0000 |
commit | e6c6d61d66fff027f8de9e67a59151442282b94d (patch) | |
tree | 6e147946ff651e056782e0299cee77c3a95aa5df /message_notify/options.cpp | |
parent | a7b5fdcfad3b5de40d7ab582dda826924f473840 (diff) |
Updated to the latest miranda
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@587 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/options.cpp')
-rw-r--r-- | message_notify/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message_notify/options.cpp b/message_notify/options.cpp index 3e0e75d..7dba4eb 100644 --- a/message_notify/options.cpp +++ b/message_notify/options.cpp @@ -3,7 +3,7 @@ Options options;
-BOOL CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
+INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
switch ( msg ) {
case WM_INITDIALOG:
|