Added/fixed some documentation reported by winapi_check.
diff --git a/objects/bitmap.c b/objects/bitmap.c
index 62a47f0..a637ddc 100644
--- a/objects/bitmap.c
+++ b/objects/bitmap.c
@@ -89,7 +89,7 @@
/******************************************************************************
- * CreateBitmap32 [GDI32.25] Creates a bitmap with the specified info
+ * CreateBitmap [GDI32.25] Creates a bitmap with the specified info
*
* PARAMS
* width [I] bitmap width
@@ -162,7 +162,7 @@
/******************************************************************************
- * CreateCompatibleBitmap32 [GDI32.30] Creates a bitmap compatible with the DC
+ * CreateCompatibleBitmap [GDI32.30] Creates a bitmap compatible with the DC
*
* PARAMS
* hdc [I] Handle to device context
@@ -209,7 +209,7 @@
/******************************************************************************
- * CreateBitmapIndirect32 [GDI32.26] Creates a bitmap with the specifies info
+ * CreateBitmapIndirect [GDI32.26] Creates a bitmap with the specifies info
*
* RETURNS
* Success: Handle to bitmap
@@ -233,7 +233,7 @@
/***********************************************************************
- * GetBitmapBits32 [GDI32.143] Copies bitmap bits of bitmap to buffer
+ * GetBitmapBits [GDI32.143] Copies bitmap bits of bitmap to buffer
*
* RETURNS
* Success: Number of bytes copied
@@ -311,7 +311,7 @@
/******************************************************************************
- * SetBitmapBits32 [GDI32.303] Sets bits of color data for a bitmap
+ * SetBitmapBits [GDI32.303] Sets bits of color data for a bitmap
*
* RETURNS
* Success: Number of bytes used in setting the bitmap bits
@@ -459,7 +459,7 @@
/***********************************************************************
- * BITMAP_GetObject32
+ * BITMAP_GetObject
*/
INT BITMAP_GetObject( BITMAPOBJ * bmp, INT count, LPVOID buffer )
{
@@ -497,7 +497,7 @@
/******************************************************************************
- * CreateDiscardableBitmap32 [GDI32.38] Creates a discardable bitmap
+ * CreateDiscardableBitmap [GDI32.38] Creates a discardable bitmap
*
* RETURNS
* Success: Handle to bitmap
@@ -516,7 +516,7 @@
* GetBitmapDimensionEx16 (GDI.468)
*
* NOTES
- * Can this call GetBitmapDimensionEx32?
+ * Can this call GetBitmapDimensionEx?
*/
BOOL16 WINAPI GetBitmapDimensionEx16( HBITMAP16 hbitmap, LPSIZE16 size )
{
@@ -529,7 +529,7 @@
/******************************************************************************
- * GetBitmapDimensionEx32 [GDI32.144] Retrieves dimensions of a bitmap
+ * GetBitmapDimensionEx [GDI32.144] Retrieves dimensions of a bitmap
*
* RETURNS
* Success: TRUE
@@ -575,7 +575,7 @@
/******************************************************************************
- * SetBitmapDimensionEx32 [GDI32.304] Assignes dimensions to a bitmap
+ * SetBitmapDimensionEx [GDI32.304] Assignes dimensions to a bitmap
*
* RETURNS
* Success: TRUE