Changeset 984 for trunk/client/src/dircache.h
- Timestamp:
- Nov 10, 2016, 4:57:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/dircache.h
r983 r984 6 6 #ifndef __DIRCACHE_H__ 7 7 #define __DIRCACHE_H__ 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 8 12 9 13 #include <limits.h> … … 53 57 int fParent); 54 58 59 #ifdef __cplusplus 60 } 61 #endif 62 55 63 #endif // __DIRCACHE_H__
Note:
See TracChangeset
for help on using the changeset viewer.