ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tiff.h
(Generate patch)

Comparing ray/src/common/tiff.h (file contents):
Revision 3.2 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 3.3 by schorsch, Fri Jun 6 16:38:47 2003 UTC

# 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_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines