Fixed some SendMessage32A that escaped the renaming.

oldstable
Francois Gouget 1999-03-13 18:15:29 +00:00 committed by Alexandre Julliard
parent fcfce8445a
commit 3805ed585f
1 changed files with 1 additions and 1 deletions

View File

@ -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)