mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 05:44:23 +08:00
Fix debug message
svn path=/trunk/; revision=33899
This commit is contained in:
@@ -109,7 +109,7 @@ static LPWSTR FONT_mbtowc(HDC hdc, LPCSTR str, INT count, INT *plenW, UINT *pCP)
|
||||
lenW = MultiByteToWideChar(cp, 0, str, count, NULL, 0);
|
||||
strW = HeapAlloc(GetProcessHeap(), 0, lenW*sizeof(WCHAR));
|
||||
MultiByteToWideChar(cp, 0, str, count, strW, lenW);
|
||||
DPRINT1("mapped %s -> %s \n", str, strW);
|
||||
DPRINT1("mapped %s -> %S\n", str, strW);
|
||||
if(plenW) *plenW = lenW;
|
||||
if(pCP) *pCP = cp;
|
||||
return strW;
|
||||
|
||||
Reference in New Issue
Block a user