Add struct name for BITMAPINFO.

This commit is contained in:
Dimitrie O. Paun 2004-04-09 19:02:07 +00:00 committed by Alexandre Julliard
parent 71ee13a6fd
commit 64fd63f754

View file

@ -1795,9 +1795,10 @@ typedef struct {
#define BI_RLE4 2
#define BI_BITFIELDS 3
typedef struct {
BITMAPINFOHEADER bmiHeader;
RGBQUAD bmiColors[1];
typedef struct tagBITMAPINFO
{
BITMAPINFOHEADER bmiHeader;
RGBQUAD bmiColors[1];
} BITMAPINFO, *PBITMAPINFO, *LPBITMAPINFO;
typedef struct