23 Jan
2004
23 Jan
'04
3:36 p.m.
"Ge van Geldorp" <ge(a)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. -- Dmitry.