source:
cpp/gdk/nonstd_dir.h
@
94
Last change on this file since 94 was 82, checked in by , 12 years ago | |
---|---|
|
|
File size: 226 bytes |
Rev | Line | |
---|---|---|
[82] | 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.