[Bug 48822] Microsoft Word 6.0 for Windows crashes upon exit on unimplemented function ole2.dll16.WRITEFMTUSERTYPESTG

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jun 4 14:09:52 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=48822

--- Comment #3 from Anastasius Focht <focht at gmx.net> ---
Hello Vijay,

I think the .spec file entry from your patch is not entirely correct. First arg
should be 'segptr', like this:

--- snip ---
75 pascal WriteFmtUserTypeStg(segptr word str) WriteFmtUserTypeStg16
--- snip ---

Same with the stub. It should be 'SEGPTR pstg'. There seem to be some
inconsistencies w.r.t. IStorage* vs. LPSTORAGE usage in general. It's pretty
old code, not touched for long time.

Not that it changes much on the crash site though. Still investigating.

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list