mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:55:42 +00:00
set GetLastErrorMsg if CreateFontIndirectA(NULL) are use as inputparam . it make same beauvoir as CreateFontIndirectW
svn path=/trunk/; revision=24222
This commit is contained in:
parent
6d8ba42532
commit
d42d3c29c0
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ CreateFontIndirectA(
|
|||
LogFontA2W(&tlf, lplf);
|
||||
return NtGdiCreateFontIndirect(&tlf);
|
||||
}
|
||||
else return (HFONT) 0; //or call NtGdiCreateFontIndirect(NULL)?
|
||||
else return NtGdiCreateFontIndirect(NULL);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue