Documentation ordinal fixes.

diff --git a/objects/dib.c b/objects/dib.c
index 5dfb6c9..893ce6a 100644
--- a/objects/dib.c
+++ b/objects/dib.c
@@ -129,7 +129,7 @@
 
 
 /***********************************************************************
- *           StretchDIBits   (GDI32.351)
+ *           StretchDIBits   (GDI32.@)
  */
 INT WINAPI StretchDIBits(HDC hdc, INT xDst, INT yDst, INT widthDst,
                        INT heightDst, INT xSrc, INT ySrc, INT widthSrc,
@@ -209,7 +209,7 @@
 
 
 /******************************************************************************
- * SetDIBits [GDI32.312]  Sets pixels in a bitmap using colors from DIB
+ * SetDIBits [GDI32.@]  Sets pixels in a bitmap using colors from DIB
  *
  * PARAMS
  *    hdc       [I] Handle to device context
@@ -266,7 +266,7 @@
 
 
 /***********************************************************************
- *           SetDIBitsToDevice   (GDI32.313)
+ *           SetDIBitsToDevice   (GDI32.@)
  */
 INT WINAPI SetDIBitsToDevice(HDC hdc, INT xDest, INT yDest, DWORD cx,
                            DWORD cy, INT xSrc, INT ySrc, UINT startscan,
@@ -301,7 +301,7 @@
 }
 
 /***********************************************************************
- *           SetDIBColorTable    (GDI32.311)
+ *           SetDIBColorTable    (GDI32.@)
  */
 UINT WINAPI SetDIBColorTable( HDC hdc, UINT startpos, UINT entries,
 				  RGBQUAD *colors )
@@ -335,7 +335,7 @@
 }
 
 /***********************************************************************
- *           GetDIBColorTable    (GDI32.169)
+ *           GetDIBColorTable    (GDI32.@)
  */
 UINT WINAPI GetDIBColorTable( HDC hdc, UINT startpos, UINT entries,
 				  RGBQUAD *colors )
@@ -422,7 +422,7 @@
 
 
 /******************************************************************************
- * GetDIBits [GDI32.170]  Retrieves bits of bitmap and copies to buffer
+ * GetDIBits [GDI32.@]  Retrieves bits of bitmap and copies to buffer
  *
  * RETURNS
  *    Success: Number of scan lines copied from bitmap
@@ -757,6 +757,7 @@
 
 /***********************************************************************
  *           CreateDIBitmap16    (GDI.442)
+ *           CreateDIBitmap16    (DISPLAY.442)
  */
 HBITMAP16 WINAPI CreateDIBitmap16( HDC16 hdc, const BITMAPINFOHEADER * header,
                             DWORD init, LPCVOID bits, const BITMAPINFO * data,
@@ -767,7 +768,7 @@
 
 
 /***********************************************************************
- *           CreateDIBitmap    (GDI32.37)
+ *           CreateDIBitmap    (GDI32.@)
  */
 HBITMAP WINAPI CreateDIBitmap( HDC hdc, const BITMAPINFOHEADER *header,
                             DWORD init, LPCVOID bits, const BITMAPINFO *data,
@@ -909,7 +910,7 @@
 }
 
 /***********************************************************************
- *           CreateDIBSection    (GDI32.36)
+ *           CreateDIBSection    (GDI32.@)
  */
 HBITMAP WINAPI CreateDIBSection(HDC hdc, BITMAPINFO *bmi, UINT usage,
 				LPVOID *bits, HANDLE section,