- Change LPTSTR to LPWSTR for NtUserGetAltTabInfo, as this will always be a wide string

svn path=/trunk/; revision=37633
This commit is contained in:
Stefan Ginsberg 2008-11-25 14:50:53 +00:00
parent e995c386a7
commit 2cb63c5b32
2 changed files with 2 additions and 2 deletions

View file

@ -1322,7 +1322,7 @@ NtUserGetAltTabInfo(
HWND hwnd,
INT iItem,
PALTTABINFO pati,
LPTSTR pszItemText,
LPWSTR pszItemText,
UINT cchItemText,
BOOL Ansi);

View file

@ -232,7 +232,7 @@ NtUserGetAltTabInfo(
HWND hwnd,
INT iItem,
PALTTABINFO pati,
LPTSTR pszItemText,
LPWSTR pszItemText,
UINT cchItemText,
BOOL Ansi)
{