dmusic: Avoid signed-unsigned integer comparisons.
[wine] / dlls / comctl32 / string.c
2012-06-21  Francois Gougetcomctl32: Simplify the string comparison functions...
2010-05-18  Nikolay Sivovcomctl32: Fix SysLink debug channel name, add a trace.
2007-06-25  Alexandre Julliardcomctl32: Get rid of CharNextW/CharPrevW. Simplify...
2007-06-22  Michael Stefaniuccomctl32: Do not use wide character constants.
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-03-08  Michael Stefaniuccomctl32: Remove redundant NULL checks before Free...
2007-02-14  Francois GougetAssorted spelling fixes.
2006-11-08  Paul Vrienscomctl32: Fix return values of string functions.
2006-11-02  Paul Vrienscomctl32: Move documented functions to string.c.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-04  Vincent BéronMove functions in comctl32/string.c to remove function...
2005-11-03  Dmitry TimoshkovUse Win32 APIs for string comparison.
2005-11-01  Martin FuchsInclude config.h and port.h for strncasecmp() in MSVC...
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2004-09-22  Dimitrie O. PaunCleanup W->A transition.
2004-05-17  Patrik StridvallStrSpnW doesn't exist in comctl32.dll but StrCSpnW...
2004-02-20  Alexandre JulliardRemoved a couple of unneeded helper functions.
2004-02-20  Robert Shearman- Implement string functions in comctl32.
2004-02-17  Robert ShearmanMove string functions to separate file.