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