Roderick Colenbrander : wingdi.h: Add missing png/jpeg compression flags.
4 May
2009
4 May
'09
2:06 p.m.
Module: wine Branch: master Commit: 3f02040f156c58deb3921faecb65a01c5dfd3ef5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f02040f156c58deb3921faecb... Author: Roderick Colenbrander <thunderbird2k(a)gmail.com> Date: Sun May 3 22:58:33 2009 +0200 wingdi.h: Add missing png/jpeg compression flags. --- include/wingdi.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/wingdi.h b/include/wingdi.h index 96a0d20..a6cdd64 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 {
6069
Age (days ago)
6069
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard