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

Comparing ray/src/common/bsdf.h (file contents):
Revision 2.23 by greg, Wed Feb 3 01:54:51 2016 UTC vs.
Revision 2.24 by schorsch, Sun Mar 6 01:13:17 2016 UTC

# Line 25 | Line 25
25  
26   #include "fvect.h"
27   #include "ccolor.h"
28 + #include "platform.h"
29  
30   #ifdef __cplusplus
31   extern "C" {
31 #endif
32
33 #ifdef _WIN32
34 #define strcasecmp      stricmp
32   #endif
33  
34   #define SDnameLn        128             /* maximum BSDF name length */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines