Skip to content
Snippets Groups Projects
Commit 3805ed58 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard
Browse files

Fixed some SendMessage32A that escaped the renaming.

parent fcfce844
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment