Comparing ray/src/common/readoct.c (file contents):
Revision 2.17 by schorsch, Sat Jun 7 12:50:20 2003 UTC vs.
Revision 2.18 by schorsch, Sun Jun 8 12:03:09 2003 UTC
| 8 |
|
#include "copyright.h" |
| 9 |
|
|
| 10 |
|
#include <stdio.h> |
| 11 |
– |
#ifdef _WIN32 |
| 12 |
– |
#define popen _popen |
| 13 |
– |
#define pclose _pclose |
| 14 |
– |
#endif |
| 11 |
|
|
| 12 |
|
#include "standard.h" |
| 13 |
+ |
#include "platform.h" |
| 14 |
|
#include "octree.h" |
| 15 |
|
#include "object.h" |
| 16 |
|
#include "otypes.h" |
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines (old) |
| > |
Changed lines (new) |