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

Comparing ray/src/common/tiffconf.h (file contents):
Revision 3.1 by greg, Sat Feb 22 02:07:22 2003 UTC vs.
Revision 3.3 by schorsch, Fri Jun 6 16:38:47 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines