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

Comparing ray/src/rt/ooccache.c (file contents):
Revision 2.1 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.2 by rschregle, Mon Aug 14 21:12:10 2017 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4 +
5 +
6   /*
7     =======================================================================
8     Cache for out-of-core octree.
# Line 21 | Line 26
26   */
27  
28  
29 + #if !defined(_WIN32) && !defined(_WIN64) || defined(PMAP_OOC)
30 + /* No Windoze support for now */
31 +
32   #include <stdlib.h>
33   #include <unistd.h>
34   #include "ooccache.h"
# Line 420 | Line 428 | void OOC_DeleteCache (OOC_Cache *cache)
428     cache -> pageCnt = 0;
429     cache -> mru = cache -> lru = OOC_CACHEIDX_NULL;
430   }
431 +
432 + #endif /* NIX / PMAP_OOC */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines