From f722b69fe6c6b61ba7e16348e72226277e791472 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 7 Mar 2014 16:54:52 +0000 Subject: fix for a typo in headers (thx unsane) git-svn-id: http://svn.miranda-ng.org/main/trunk@8452 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_core.h | 2 +- plugins/Db3x_mmap/src/ui.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/m_core.h b/include/m_core.h index d8dc70852d..8e07713656 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -348,7 +348,7 @@ typedef int (*MIRANDAHOOKOBJPARAM)(void*, WPARAM, LPARAM, LPARAM); typedef INT_PTR (*MIRANDASERVICE)(WPARAM, LPARAM); typedef INT_PTR (*MIRANDASERVICEPARAM)(WPARAM, LPARAM, LPARAM); -typedef INT_PTR (*MIRANDASERVICEOBJ)(void*, LPARAM, LPARAM); +typedef INT_PTR (*MIRANDASERVICEOBJ)(void*, WPARAM, LPARAM); typedef INT_PTR (*MIRANDASERVICEOBJPARAM)(void*, WPARAM, LPARAM, LPARAM); #ifdef _WIN64 diff --git a/plugins/Db3x_mmap/src/ui.cpp b/plugins/Db3x_mmap/src/ui.cpp index a8fedea835..60067a6b8f 100644 --- a/plugins/Db3x_mmap/src/ui.cpp +++ b/plugins/Db3x_mmap/src/ui.cpp @@ -236,7 +236,7 @@ LBL_Error: return FALSE; } -static INT_PTR ChangePassword(void* obj, LPARAM, LPARAM) +static INT_PTR ChangePassword(void* obj, WPARAM, LPARAM) { CDb3Mmap *db = (CDb3Mmap*)obj; DlgChangePassParam param = { db }; -- cgit v1.2.3