epoc32/include/stdapis/wchar.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/stdapis/wchar.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/wchar.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -25,8 +25,7 @@
     1.4   *
     1.5   * $FreeBSD: src/include/wchar.h,v 1.45 2004/08/12 12:19:10 tjr Exp $
     1.6   *
     1.7 - * © Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
     1.8 - * © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
     1.9 + * © Portions Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
    1.10   */
    1.11  
    1.12  /*-
    1.13 @@ -75,7 +74,7 @@
    1.14  #include <sys/_null.h>
    1.15  #include <sys/_types.h>
    1.16  #include <sys/stat.h>
    1.17 -#include <machine/_limits.h>
    1.18 +#include <stdapis/machine/_limits.h>
    1.19  #include <_ctype.h>
    1.20  #include <_ansi.h>
    1.21  #include <stdio.h>
    1.22 @@ -359,6 +358,16 @@
    1.23  IMPORT_C int wcsnicoll(const wchar_t* wcs1, const wchar_t* wcs2, size_t n);
    1.24  IMPORT_C wchar_t* wtmpnam(wchar_t *s);
    1.25  
    1.26 +#if defined(SYMBIAN_OE_LARGE_FILE_SUPPORT) && !defined(SYMBIAN_OE_NO_LFS)
    1.27 +#define	wfopen64	wfopen
    1.28 +#define wfreopen64	wfreopen
    1.29 +#define wstat64		wstat
    1.30 +#define wcreat64	wcreat
    1.31 +#define wopen64		wopen
    1.32 +#define wreaddir64	wreaddir
    1.33 +#endif /* SYMBIAN_OE_LARGE_FILE_SUPPORT && !SYMBIAN_OE_NO_LFS */
    1.34 +	
    1.35 +
    1.36  #endif //__SYMBIAN32__
    1.37  __END_DECLS
    1.38