mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
wingdi.h: Add missing png/jpeg compression flags.
This commit is contained in:
parent
648693802b
commit
3f02040f15
1 changed files with 2 additions and 0 deletions
|
@ -1876,6 +1876,8 @@ typedef struct {
|
|||
#define BI_RLE8 1
|
||||
#define BI_RLE4 2
|
||||
#define BI_BITFIELDS 3
|
||||
#define BI_JPEG 4
|
||||
#define BI_PNG 5
|
||||
|
||||
typedef struct tagBITMAPINFO
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue