wine/dlls shlwapi/tests/ordinal.c shlwapi/shlw ...

Alexandre Julliard julliard at winehq.org
Tue Aug 31 12:38:59 CDT 2004


ChangeSet ID:	13564
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/08/31 12:38:59

Modified files:
	dlls/shlwapi/tests: ordinal.c 
	dlls/shlwapi   : shlwapi.spec ordinal.c 
	dlls/shell32   : undocshell.h shellord.c shell32.spec 

Log message:
	Francois Gouget <fgouget at free.fr>
	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.

Patch: http://cvs.winehq.org/patch.py?id=13564

Old revision  New revision  Changes     Path
 1.6           1.7           +36 -0      wine/dlls/shlwapi/tests/ordinal.c
 1.93          1.94          +1 -1       wine/dlls/shlwapi/shlwapi.spec
 1.93          1.94          +23 -25     wine/dlls/shlwapi/ordinal.c
 1.25          1.26          +5 -0       wine/dlls/shell32/undocshell.h
 1.124         1.125         +42 -48     wine/dlls/shell32/shellord.c
 1.85          1.86          +4 -4       wine/dlls/shell32/shell32.spec




More information about the wine-cvs mailing list