1.1 --- a/epoc32/include/stdapis/dirent.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/stdapis/dirent.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -100,6 +100,14 @@
1.4 IMPORT_C int alphasort(const void *, const void *);
1.5 IMPORT_C int scandir(const char *, struct dirent ***,
1.6 int (*)(struct dirent *), int (*)(const void *, const void *));
1.7 +
1.8 +#if defined(SYMBIAN_OE_LARGE_FILE_SUPPORT) && !defined(SYMBIAN_OE_NO_LFS)
1.9 +#define readdir64 readdir
1.10 +#define alphasort64 alphasort
1.11 +#define scandir64 scandir
1.12 +#endif /* SYMBIAN_OE_LARGE_FILE_SUPPORT && !SYMBIAN_OE_NO_LFS */
1.13 +
1.14 +
1.15 #if __XSI_VISIBLE
1.16 IMPORT_C void seekdir(DIR *, long);
1.17 IMPORT_C long telldir(DIR *);