Mon, 26 Aug 2002 05:43:49 +0000
fixed 'middle-endian' output from TIFFReadScanline
eric@10 | 1 | typedef unsigned char u8; |
eric@10 | 2 | typedef unsigned short u16; |
eric@10 | 3 | typedef unsigned int u32; |
eric@35 | 4 | |
eric@35 | 5 | typedef int s32; |
eric@35 | 6 | |
eric@10 | 7 | typedef int boolean; |