Last change
on this file since 119 was
109,
checked in by sz, 11 years ago
|
source reorganization (see README)
new feature added: part/joint shapes (see frams/_demos/part_shapes.cpp)
|
-
Property svn:eol-style set to
native
|
File size:
226 bytes
|
Line | |
---|
1 | #ifndef _NONSTD_DIR_H_ |
---|
2 | #define _NONSTD_DIR_H_ |
---|
3 | |
---|
4 | #if defined _WIN32 && !defined SHP && !defined __BORLANDC__ |
---|
5 | #include "dirent_windows.h" |
---|
6 | #else |
---|
7 | #ifdef SHP |
---|
8 | #include "dirent_bada.h" |
---|
9 | #else |
---|
10 | #include <dirent.h> |
---|
11 | #endif |
---|
12 | #endif |
---|
13 | |
---|
14 | #endif |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.