source:
cpp/gdk/nonstd_dir.h
@
100
Last change on this file since 100 was 82, checked in by , 12 years ago | |
---|---|
|
|
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.