epoc32/include/stdapis/stlport/stl/_stdio_file.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/stdapis/stlport/stl/_stdio_file.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/stlport/stl/_stdio_file.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -84,14 +84,14 @@
     1.4  //----------------------------------------------------------------------
     1.5  // Implementation for the IRIX C library.
     1.6  // Solaris interface looks to be identical.
     1.7 -#if !defined(_STLP_USE_GLIBC) && \
     1.8 +#if !defined(_STLP_USE_GLIBC) && !defined(__SYMBIAN32__) &&\
     1.9      ( defined(__sgi) || \
    1.10        ( defined(__sun) && ! defined (_LP64) )  || \
    1.11        defined (__osf__) || defined(__DECCXX) || \
    1.12        defined (_STLP_MSVC) || defined (__ICL) || defined (__MINGW32__) || defined(__DJGPP) ||\
    1.13        defined (_AIX) || defined (_CRAY))
    1.14  
    1.15 -#if defined ( _MSC_VER ) || defined (__ICL) || defined (__MINGW32__) || defined(__DJGPP)
    1.16 +#if !defined(__SYMBIAN32_) && (defined ( _MSC_VER ) || defined (__ICL) || defined (__MINGW32__) || defined(__DJGPP))
    1.17  typedef  char* _File_ptr_type;
    1.18  #else
    1.19  typedef  unsigned char* _File_ptr_type;