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