Add struct name for BITMAPINFO.

oldstable
Dimitrie O. Paun 2004-04-09 19:02:07 +00:00 committed by Alexandre Julliard
parent 71ee13a6fd
commit 64fd63f754
1 changed files with 4 additions and 3 deletions

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