Commit 3f02040f authored by Roderick Colenbrander's avatar Roderick Colenbrander Committed by Alexandre Julliard

wingdi.h: Add missing png/jpeg compression flags.

parent 64869380
...@@ -1876,6 +1876,8 @@ typedef struct { ...@@ -1876,6 +1876,8 @@ typedef struct {
#define BI_RLE8 1 #define BI_RLE8 1
#define BI_RLE4 2 #define BI_RLE4 2
#define BI_BITFIELDS 3 #define BI_BITFIELDS 3
#define BI_JPEG 4
#define BI_PNG 5
typedef struct tagBITMAPINFO typedef struct tagBITMAPINFO
{ {
......
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