ChangeSet ID: 11145 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/02/17 16:48:57
Modified files: dlls/shlwapi : string.c shlwapi.spec ordinal.c Makefile.in Added files: dlls/shlwapi : stopwatch.c
Log message: Jon Griffiths jon_p_griffiths@yahoo.com Stub the stopwatch API. Implement DoesStringRoundTripW,@371-3,@392. Move a couple of string functions into string.c
Patch: http://cvs.winehq.org/patch.py?id=11145
Old revision New revision Changes Path 1.42 1.43 +234 -0 wine/dlls/shlwapi/string.c 1.86 1.87 +15 -15 wine/dlls/shlwapi/shlwapi.spec 1.77 1.78 +2 -209 wine/dlls/shlwapi/ordinal.c 1.28 1.29 +1 -0 wine/dlls/shlwapi/Makefile.in Added 1.1 +0 -0 wine/dlls/shlwapi/stopwatch.c