mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:33:01 +00:00
[gdi32]
- Set the last arg to 1 for GetTextExtentPoint support mode. svn path=/trunk/; revision=44751
This commit is contained in:
parent
093456d1b0
commit
c61c751b19
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ GetTextExtentPointW(
|
||||||
LPSIZE lpSize
|
LPSIZE lpSize
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return NtGdiGetTextExtent(hdc, (LPWSTR)lpString, cchString, lpSize, 0);
|
return NtGdiGetTextExtent(hdc, (LPWSTR)lpString, cchString, lpSize, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue