Fixed some SendMessage32A that escaped the renaming.
This commit is contained in:
parent
fcfce8445a
commit
3805ed585f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue