mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed BMI typedef
svn path=/trunk/; revision=772
This commit is contained in:
parent
85a3f3844c
commit
6767fd7f43
1 changed files with 3 additions and 3 deletions
|
@ -575,10 +575,10 @@ typedef struct tagBITMAPINFOHEADER {
|
|||
LONG biYPelsPerMeter;
|
||||
DWORD biClrUsed;
|
||||
DWORD biClrImportant;
|
||||
} BITMAPINFOHEADER, *LPBITMAPINFOHEADER, *PBITMAPINFO;
|
||||
} BITMAPINFOHEADER, *LPBITMAPINFOHEADER, *PBITMAPINFOHEADER;
|
||||
|
||||
typedef struct tagRGBQUAD {
|
||||
BYTE rgbBlue;
|
||||
BYTE rgbBlue;
|
||||
BYTE rgbGreen;
|
||||
BYTE rgbRed;
|
||||
BYTE rgbReserved;
|
||||
|
@ -587,7 +587,7 @@ typedef struct tagRGBQUAD {
|
|||
typedef struct tagBITMAPINFO {
|
||||
BITMAPINFOHEADER bmiHeader;
|
||||
RGBQUAD bmiColors[1];
|
||||
} BITMAPINFO, *LPBITMAPINFO;
|
||||
} BITMAPINFO, *LPBITMAPINFO, *PBITMAPINFO;
|
||||
|
||||
typedef long FXPT2DOT30, * LPFXPT2DOT30;
|
||||
|
||||
|
|
Loading…
Reference in a new issue