"Ge van Geldorp" ge@gse.nl wrote:
Would the attached patch be an acceptable solution? Basically it does a GetProcAddress on LockResource16 and uses it if found (Wine case). If it's not found, it uses LockResource().
That will not work. 32-bit LockResource can't be used on a memory block allocated by GlobalAlloc16, as I explained before.