gdi32: Don't set the bitfields when the dib section is BI_RGB.
[wine] / dlls / comctl32 / imagelist.h
index a979ebf..f6f1d1b 100644 (file)
@@ -53,6 +53,7 @@ struct _IMAGELIST
     HBRUSH  hbrBlend50;
     INT     cInitial;
     UINT    uBitsPixel;
+    char   *has_alpha;
 
     LONG        ref;                     /* reference count */
 };