By a looks of it wine using same IMalloc interface for both. Native, including XP and server 2003 still export SHGetMalloc.
In other words I don't see a problem using SHGetMalloc on wine and all of native versions.
Vitaliy
Tuesday, June 28, 2005, 11:34:20 PM, you wrote:
Vitaliy,
I have been messing around shell32/tests some day ago, and stuck upon a MSDN, which states that SHGetMalloc() is obsolete. It says we must should stick with CoTaskMemFree() and CoTaskMemAlloc() instead.
Would you take a thought on this?