| # | Line 26 | Line 26 | |
|---|---|---|
| 26 | ||
| 27 | #ifndef _TIFF_ | |
| 28 | #define _TIFF_ | |
| 29 | – | #ifdef __cplusplus |
| 30 | – | extern "C" { |
| 31 | – | #endif |
| 29 | /* | |
| 30 | * Tag Image File Format (TIFF) | |
| 31 | * | |
| # | Line 444 | Line 441 | typedef enum { | |
| 441 | #define TIFFTAG_SGILOGENCODE 65561 /* SGILog data encoding control */ | |
| 442 | #define SGILOGENCODE_NODITHER 0 /* do not dither encoded values */ | |
| 443 | #define SGILOGENCODE_RANDITHER 1 /* randomly dither encoded values */ | |
| 447 | – | #ifdef __cplusplus |
| 448 | – | } |
| 449 | – | #endif |
| 444 | #endif /* _TIFF_ */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |