| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | #ifndef lint |
| 2 | + | static const char RCSid[] = "$Id$"; |
| 3 | + | #endif |
| 4 | + | |
| 5 | + | |
| 6 | /* | |
| 7 | ========================================================================= | |
| 8 | k-nearest neighbour lookup routines for out-of-core octree data structure | |
| # | Line 11 | Line 16 | |
| 16 | */ | |
| 17 | ||
| 18 | ||
| 19 | + | #if !defined(_WIN32) && !defined(_WIN64) || defined(PMAP_OOC) |
| 20 | + | /* No Windoze support for now */ |
| 21 | ||
| 22 | #include "oocnn.h" | |
| 23 | #include "oocsort.h" | |
| # | Line 318 | Line 325 | float OOC_Find1Nearest (OOC_Octree *oct, OOC_Node *nod | |
| 325 | return maxDist2; | |
| 326 | } | |
| 327 | ||
| 328 | + | #endif /* NIX / PMAP_OOC */ |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |