Browse Source

* add BI_ALPHABITFIELDS

marcoonthegit 4 years ago
parent
commit
9e1606f221
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-image/src/bmpcomn.pp

+ 1 - 0
packages/fcl-image/src/bmpcomn.pp

@@ -29,6 +29,7 @@ const
   BI_BITFIELDS = 3;
   BI_BITFIELDS = 3;
   BI_JPEG = 4;
   BI_JPEG = 4;
   BI_PNG = 5;
   BI_PNG = 5;
+  BI_ALPHABITFIELDS = 6;  // WINCE5+, sometimes also abused by others.
 
 
 type
 type