mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
wordpad: Use unicode version of CBEM_GETITEM message.
This commit is contained in:
parent
02c7d192b0
commit
35680c83d1
@ -1341,7 +1341,7 @@ static BOOL get_comboexlist_selection(HWND hComboEx, LPWSTR wszBuffer, UINT buff
|
||||
cbItem.iItem = idx;
|
||||
cbItem.pszText = wszBuffer;
|
||||
cbItem.cchTextMax = bufferLength-1;
|
||||
result = SendMessageW(hComboEx, CBEM_GETITEM, 0, (LPARAM)&cbItem);
|
||||
result = SendMessageW(hComboEx, CBEM_GETITEMW, 0, (LPARAM)&cbItem);
|
||||
|
||||
return result != 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user