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

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

# Line 2 | Line 2
2   /*
3   *  platform.h - header file for platform specific definitions
4   */
5
6 #include "copyright.h"
7
8
5   #ifndef _RAD_PLATFORM_H_
6   #define _RAD_PLATFORM_H_
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10  
11 + #include "copyright.h"
12  
13   #ifdef _WIN32
14  
# Line 42 | Line 42
42  
43   #endif /* _WIN32 */
44  
45 +
46 + #ifdef __cplusplus
47 + }
48 + #endif
49   #endif /* _RAD_PLATFORM_H_ */
50  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines