mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 02:02:18 +00:00
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…
x
Reference in New Issue
Block a user