Update source to v6.8.18240.20051

Previous source was actually for 6.1...
This commit is contained in:
Will Pearson
2018-09-15 11:26:15 -07:00
committed by Bozo
parent 0ae09c4811
commit 5f462fed0d
124 changed files with 27735 additions and 4925 deletions

View File

@@ -199,10 +199,13 @@ int ON_WindowsBitmapHelper_PaletteColorCount( int bmiHeader_biClrUsed, int bmiHe
{
case 1:
color_count = 2;
break;
case 4:
color_count = 16;
break;
case 8:
color_count = 256;
break;
default:
color_count = 0;
}