Commit 64fd63f7 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Add struct name for BITMAPINFO.

parent 71ee13a6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment