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

Comparing ray/src/rt/rpaint.h (file contents):
Revision 2.9 by greg, Fri Sep 5 19:45:41 2008 UTC vs.
Revision 2.10 by greg, Wed Oct 5 17:20:55 2011 UTC

# Line 12 | Line 12
12   extern "C" {
13   #endif
14  
15 + #ifdef _WIN32           /* stupid Windows name collisions */
16 + #undef COORD
17 + #define COORD   radCOORD
18 + #undef RECT
19 + #define RECT    radRECT
20 + #endif
21 +
22   typedef short  COORD;           /* an image coordinate */
23  
24   typedef struct pnode {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines