mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Change LPTSTR to LPWSTR for NtUserGetAltTabInfo, as this will always be a wide string
svn path=/trunk/; revision=37633
This commit is contained in:
@@ -1322,7 +1322,7 @@ NtUserGetAltTabInfo(
|
||||
HWND hwnd,
|
||||
INT iItem,
|
||||
PALTTABINFO pati,
|
||||
LPTSTR pszItemText,
|
||||
LPWSTR pszItemText,
|
||||
UINT cchItemText,
|
||||
BOOL Ansi);
|
||||
|
||||
|
||||
@@ -232,7 +232,7 @@ NtUserGetAltTabInfo(
|
||||
HWND hwnd,
|
||||
INT iItem,
|
||||
PALTTABINFO pati,
|
||||
LPTSTR pszItemText,
|
||||
LPWSTR pszItemText,
|
||||
UINT cchItemText,
|
||||
BOOL Ansi)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user