Don't export the shell32 SHAllocShared functions by name.
commit3e2868b457e4e3fdcfd14bbc721ecd492f80bda5
authorFrancois Gouget <fgouget@free.fr>
Tue, 31 Aug 2004 17:38:59 +0000 (31 17:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 31 Aug 2004 17:38:59 +0000 (31 17:38 +0000)
tree80c833a81592ae374a160d07f9357a0d9f03be74
parent4b0cb7d5817a3ba555079be8edf45ab5bca3231f
Don't export the shell32 SHAllocShared functions by name.
Implement them by calling out their shlwapi equivalent (which had a
much more complete implementation anyway).
Fix the prototype of shlwapi's SHAllocShared().
Don't crash if lpvData is NULL in SHAllocShared().
Add a conformance test to shlwapi.
dlls/shell32/shell32.spec
dlls/shell32/shellord.c
dlls/shell32/undocshell.h
dlls/shlwapi/ordinal.c
dlls/shlwapi/shlwapi.spec
dlls/shlwapi/tests/ordinal.c