From 8e4bd51aa53343a76b1ddc9c7e47f3d56cb24437 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sat, 24 Apr 2010 02:03:45 +0000 Subject: Merging popup APIs (patch by Merlin) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@511 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/docs/m_yapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yapp/docs/m_yapp.h') diff --git a/yapp/docs/m_yapp.h b/yapp/docs/m_yapp.h index 2fdd106..25b5e45 100644 --- a/yapp/docs/m_yapp.h +++ b/yapp/docs/m_yapp.h @@ -403,7 +403,7 @@ static int __inline PUChange(HWND hWndPopUp, POPUPDATAEX *newData) { #define MS_POPUP_CHANGEW "PopUp/ChangeW" static int __inline PUChangeW(HWND hWndPopUp, POPUPDATAW *newData) { - return (int)CallService(MS_POPUP_CHANGE, (WPARAM)hWndPopUp, (LPARAM)newData); + return (int)CallService(MS_POPUP_CHANGEW, (WPARAM)hWndPopUp, (LPARAM)newData); } #if defined(_UNICODE) || defined(UNICODE) -- cgit v1.2.3