Added/fixed some documentation reported by winapi_check.
diff --git a/windows/syscolor.c b/windows/syscolor.c
index 6448e29..a491ac8 100644
--- a/windows/syscolor.c
+++ b/windows/syscolor.c
@@ -171,7 +171,7 @@
/*************************************************************************
- * GetSysColor32 (USER32.289)
+ * GetSysColor (USER32.289)
*/
COLORREF WINAPI GetSysColor( INT nIndex )
{
@@ -207,7 +207,7 @@
/*************************************************************************
- * SetSysColors32 (USER32.505)
+ * SetSysColors (USER32.505)
*/
BOOL WINAPI SetSysColors( INT nChanges, const INT *lpSysColor,
const COLORREF *lpColorValues )
@@ -241,7 +241,7 @@
/***********************************************************************
- * GetSysColorBrush32 (USER32.290)
+ * GetSysColorBrush (USER32.290)
*/
HBRUSH WINAPI GetSysColorBrush( INT index )
{
@@ -262,7 +262,7 @@
/***********************************************************************
- * GetSysColorPen32 (Not a Windows API)
+ * GetSysColorPen (Not a Windows API)
*
* This function is new to the Wine lib -- it does not exist in
* Windows. However, it is a natural complement for GetSysColorBrush