Here is the updated patch:
-----Original Message----- From: Jürgen Schmied [mailto:j.schmied@t-online.de] Sent: 12 January 2003 13:45 To: Robert Shearman; wine-devel@winehq.com Subject: Re: Bug Fix With Delay load function in Shell32
ChangeLog:
- Set up all delay load functions in GetShellOle() function to avoid
GetShellOle assuming that they were all loaded when they weren't
This isn't the best solution since GetShellOle() initializes the ole subsystem by calling OleInitialize(). This is not nessesary for _CoCreateInstance().
ChangeLog: - Seperate the HINSTANCEs used by GetShellOle() and other delay load functions