As Nikolay Sivov incidentally noted in https://bugs.winehq.org/show_bug.cgi?id=23726#c29 the IPersistStreamInit interface on IFont "is not supported on anything newer and including XP." It is a E_NOINTERFACE on 95, 98, Me and NT4 as well. It never existed on any version of Windows, and we never should have had it either. It was added in error by commit d0372b4e6ea420eadcdfcb93f3d0706284adbb69.
Signed-off-by: Damjan Jovanovic damjan.jov@gmail.com --- dlls/oleaut32/olefont.c | 91 ----------------------------------- dlls/oleaut32/tests/olefont.c | 5 ++ 2 files changed, 5 insertions(+), 91 deletions(-)