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:
Magnus Olsen 2006-09-21 02:47:37 +00:00
parent 6d8ba42532
commit d42d3c29c0

View file

@ -834,7 +834,7 @@ CreateFontIndirectA(
LogFontA2W(&tlf, lplf);
return NtGdiCreateFontIndirect(&tlf);
}
else return (HFONT) 0; //or call NtGdiCreateFontIndirect(NULL)?
else return NtGdiCreateFontIndirect(NULL);
}