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.11 by greg, Wed Nov 13 23:45:54 2013 UTC vs.
Revision 2.12 by schorsch, Sun Mar 6 01:13:18 2016 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
15 > #if defined(_WIN32) || defined(_WIN64)
16 >  /* stupid Windows name collisions */
17 >  #undef COORD
18 >  #define COORD radCOORD
19 >  #undef RECT
20 >  #define RECT  radRECT
21   #endif
22  
23   typedef short  COORD;           /* an image coordinate */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines