Add struct name for BITMAPINFO.
This commit is contained in:
parent
71ee13a6fd
commit
64fd63f754
|
@ -1795,7 +1795,8 @@ typedef struct {
|
||||||
#define BI_RLE4 2
|
#define BI_RLE4 2
|
||||||
#define BI_BITFIELDS 3
|
#define BI_BITFIELDS 3
|
||||||
|
|
||||||
typedef struct {
|
typedef struct tagBITMAPINFO
|
||||||
|
{
|
||||||
BITMAPINFOHEADER bmiHeader;
|
BITMAPINFOHEADER bmiHeader;
|
||||||
RGBQUAD bmiColors[1];
|
RGBQUAD bmiColors[1];
|
||||||
} BITMAPINFO, *PBITMAPINFO, *LPBITMAPINFO;
|
} BITMAPINFO, *PBITMAPINFO, *LPBITMAPINFO;
|
||||||
|
|
Loading…
Reference in New Issue