# | Line 1 | Line 1 | |
---|---|---|
1 | < | /* RCSid: $Id$ */ |
1 | > | /* $Header$ */ |
2 | /* | |
3 | * Copyright (c) 1988-1997 Sam Leffler | |
4 | * Copyright (c) 1991-1997 Silicon Graphics, Inc. | |
# | 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 |