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

oldstable
Roderick Colenbrander 2009-05-03 22:58:33 +02:00 committed by Alexandre Julliard
parent 648693802b
commit 3f02040f15
1 changed files with 2 additions and 0 deletions

View File

@ -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
{