https://bugs.winehq.org/show_bug.cgi?id=51417
Bug ID: 51417 Summary: msftedit.dll v8.5 for Windows 10 requires SbSelectProcedure from NTDLL Product: Wine Version: 5.0 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: sergey.bychkow@gmail.com
Wine NTDLL implementation is missing SbSelectProcedure, at least stub.
msftedit.dll v8.5 for Windows 10 imports SbSelectProcedure from NTDLL. This version is required because of new features implemented - embedded PNG/JPEG support. Wine implementation of msftedit and riched20, as I can see, has no embedded PNG/JPEG support nor TOM interfaces, but this is a scope of another issue.
I have found that function SbSelectProcedure is not well documented, but, may be, at least some stub can be added to Wine?