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

Comparing ray/src/common/standard.h (file contents):
Revision 2.25 by schorsch, Sat Jun 7 12:50:20 2003 UTC vs.
Revision 2.26 by schorsch, Sun Jun 8 12:03:09 2003 UTC

# Line 18 | Line 18 | extern "C" {
18   #include  <stdlib.h>
19   #include  <string.h>
20  
21 #include  "platform.h"
21   #include  "mat4.h"
22  
23  
# Line 45 | Line 44 | typedef struct {
44   #endif
45   #endif
46  
47 + /* XXX include paths.h instead */
48   #ifndef  F_OK                   /* mode bits for access(2) call */
49   #define  R_OK           4               /* readable */
50   #define  W_OK           2               /* writable */
# Line 115 | Line 115 | extern double  tcos();                 /* table-based cosine approxim
115   #endif
116   extern off_t  lseek();
117  
118 < #ifdef MSDOS
118 > #ifdef _WIN32
119   #define NIX 1
120   #endif
121   #ifdef AMIGA
# Line 204 | Line 204 | extern int4    encodedir(FVECT dv);
204   extern void     decodedir(FVECT dv, int4 dc);
205   extern double   dir2diff(int4 dc1, int4 dc2);
206   extern double   fdir2diff(int4 dc1, FVECT v2);
207 +                                        /* defined in lamp.c */
208 + extern float * matchlamp(char *s);
209 + extern int loadlamps(char *file);
210 + extern void freelamps(void);
211                                          /* miscellaneous */
212   extern void     eputs(char *s);
213   extern void     wputs(char *s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines