Changeset 7769 in orxonox.OLD for branches/osx/src/lib/util
- Timestamp:
- May 23, 2006, 12:45:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/osx/src/lib/util/file.cc
r7674 r7769 23 23 #include <fstream> 24 24 25 #ifdef __unix__ 25 #ifdef __unix__ 26 26 #include <unistd.h> 27 27 #elif __WIN32__ || _MS_DOS_ 28 28 #include <dir.h> 29 29 #else 30 #include <direct.h>30 //#include <direct.h> 31 31 #endif 32 32
Note: See TracChangeset
for help on using the changeset viewer.