epoc32/include/stdapis/sys/dirent.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/stdapis/sys/dirent.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/sys/dirent.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -61,6 +61,11 @@
     1.4  #endif
     1.5  };
     1.6  
     1.7 +#if defined(SYMBIAN_OE_LARGE_FILE_SUPPORT) && !defined(SYMBIAN_OE_NO_LFS)
     1.8 +#define dirent64	dirent
     1.9 +#endif /* SYMBIAN_OE_LARGE_FILE_SUPPORT && !SYMBIAN_OE_NO_LFS */
    1.10 +
    1.11 +
    1.12  #ifdef __SYMBIAN32__
    1.13  struct wdirent {
    1.14  	unsigned long	d_fileno;
    1.15 @@ -68,6 +73,10 @@
    1.16  	wchar_t*		d_name;
    1.17  };
    1.18  
    1.19 +#if defined(SYMBIAN_OE_LARGE_FILE_SUPPORT) && !defined(SYMBIAN_OE_NO_LFS)
    1.20 +#define wdirent64	wdirent
    1.21 +#endif /* SYMBIAN_OE_LARGE_FILE_SUPPORT && !SYMBIAN_OE_NO_LFS */
    1.22 +
    1.23  typedef struct __EPOC32_WDIR WDIR;
    1.24  #endif
    1.25