mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
fix calculation of cwc parameter for NtGdiGetFontResourceInfoInternalW.
svn path=/trunk/; revision=32806
This commit is contained in:
parent
0239f0d555
commit
d8af502747
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ GetFontResourceInfoW(
|
|||
|
||||
bRet = NtGdiGetFontResourceInfoInternalW(
|
||||
NtFileName.Buffer,
|
||||
NtFileName.Length,
|
||||
(NtFileName.Length / sizeof(WCHAR)) + 1,
|
||||
1,
|
||||
*pdwBufSize,
|
||||
pdwBufSize,
|
||||
|
|
Loading…
Reference in a new issue