shlwapi: Implement IsCharSpaceA().
[wine] / dlls / shlwapi / msgbox.c
2010-02-01  Michael Stefaniucshlwapi: Use IS_INTRESOURCE not HIWORD to check a resource.
2009-01-22  Michael Stefaniucshlwapi: Remove superfluous pointer casts.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-02-23  Francois GougetUse the SW_XXX constants when calling ShowWindow().
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-06  Hans Leidekkershlwapi: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-07-15  Marcus MeissnerDo not assign to casted values.
2004-03-18  Jon GriffithsImplement SHMessageBoxCheck functions && add dialog...