Commit 3805ed58 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Fixed some SendMessage32A that escaped the renaming.

parent fcfce844
......@@ -324,7 +324,7 @@ DECL_WINELIB_TYPE_AW(LPFNPSPCALLBACK)
*/
#define PropSheet_SetCurSel(hDlg, hpage, index) \
SeandMessage32A(hDlg, PSM_SETCURSEL, (WPARAM)index, (LPARAM)hpage)
SendMessageA(hDlg, PSM_SETCURSEL, (WPARAM)index, (LPARAM)hpage)
#define PropSheet_RemovePage(hDlg, index, hpage) \
SNDMSG(hDlg, PSM_REMOVEPAGE, index, (LPARAM)hpage)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment