commit | 3f02040f156c58deb3921faecb65a01c5dfd3ef5 | [log] [tgz] |
---|---|---|
author | Roderick Colenbrander <thunderbird2k@gmail.com> | Sun May 03 22:58:33 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon May 04 12:52:29 2009 +0200 |
tree | 67792a60729f34111826394a2f428f65a7fc1c6c | |
parent | 648693802b17e59feb7721d05fbcd1bd4fa896f9 [diff] [blame] |
wingdi.h: Add missing png/jpeg compression flags.
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 @@ #define BI_RLE8 1 #define BI_RLE4 2 #define BI_BITFIELDS 3 +#define BI_JPEG 4 +#define BI_PNG 5 typedef struct tagBITMAPINFO {