From 3f02040f156c58deb3921faecb65a01c5dfd3ef5 Mon Sep 17 00:00:00 2001 From: Roderick Colenbrander Date: Sun, 3 May 2009 22:58:33 +0200 Subject: [PATCH] wingdi.h: Add missing png/jpeg compression flags. --- include/wingdi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wingdi.h b/include/wingdi.h index 96a0d2003d0..a6cdd640979 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -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 {