# | Line 25 | Line 25 | |
---|---|---|
25 | ||
26 | #ifndef _TIFFCONF_ | |
27 | #define _TIFFCONF_ | |
28 | + | #ifdef __cplusplus |
29 | + | extern "C" { |
30 | + | #endif |
31 | /* | |
32 | * Library Configuration Definitions. | |
33 | * | |
# | Line 139 | Line 142 | |
142 | #endif | |
143 | #ifndef SUBIFD_SUPPORT | |
144 | #define SUBIFD_SUPPORT 1 /* enable SubIFD tag (330) support */ | |
145 | + | #endif |
146 | + | #ifdef __cplusplus |
147 | + | } |
148 | #endif | |
149 | #endif /* _TIFFCONF_ */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |