ChangeSet ID: 1027369973225950523120449 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/07/22 15:32:53
Modified files: dlls/shlwapi : Makefile.in ordinal.c shlwapi.spec Added files: dlls/shlwapi : thread.c
Log message: Jon Griffiths jon_p_griffiths@yahoo.com Move thread related functions to new file. Implement SHCreateThread,@224,@424, stub SHReleaseThreadRef. Fix: SHGetThreadRef() calls AddRef(), @356 param count wrong.
Patch: http://cvs.winehq.com/patch.py?id=1027369973225950523120449
Revision Changes Path 1.21 +1 -0 wine/dlls/shlwapi/Makefile.in 1.48 +0 -149 wine/dlls/shlwapi/ordinal.c 1.45 +5 -5 wine/dlls/shlwapi/shlwapi.spec 1.1 +0 -0 wine/dlls/shlwapi/thread.c