Ignore:
Timestamp:
Oct 1, 2023, 4:30:02 PM (23 months ago)
Author:
erdmann
Message:

merging v2.9 into v2.9_Lars branch, in particular, this means adding french,spanish,russian translations

Location:
branches/v2.9_Lars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9_Lars

  • branches/v2.9_Lars/common_functions/img_funcs.c

    r74 r91  
    6464    SIZEL         ImageSize;
    6565    ULONG         dwHeight, dwWidth;
    66     SHORT         wBitCount;
    6766    FOURCC        fccStorageSystem;
    6867    ULONG         dwPadBytes;
     
    160159    dwHeight = mmImgHdr.mmXDIBHeader.BMPInfoHeader2.cy;
    161160    dwWidth = mmImgHdr.mmXDIBHeader.BMPInfoHeader2.cx;
    162     wBitCount = mmImgHdr.mmXDIBHeader.BMPInfoHeader2.cBitCount;
    163161    dwRowBits = dwWidth * mmImgHdr.mmXDIBHeader.BMPInfoHeader2.cBitCount;
    164162    dwNumRowBytes = dwRowBits >> 3;
Note: See TracChangeset for help on using the changeset viewer.