type.h

Mon, 26 Aug 2002 05:43:49 +0000

author
eric
date
Mon, 26 Aug 2002 05:43:49 +0000
changeset 47
bfc6aaa089b0
parent 35
41804cc569ab
permissions
-rw-r--r--

fixed 'middle-endian' output from TIFFReadScanline

     1 typedef unsigned char  u8;
     2 typedef unsigned short u16;
     3 typedef unsigned int   u32;
     5 typedef int            s32;
     7 typedef int            boolean;