Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/mkspecs/win32-icc/qplatformdefs.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    114114#endif
    115115
    116 #define QT_FOPEN                ::fopen
     116#include "../common/c89/qplatformdefs.h"
     117
    117118#if defined(QT_LARGEFILE_SUPPORT) && _MSC_VER > 1310
     119#undef QT_FSEEK
     120#undef QT_FTELL
     121
    118122#define QT_FSEEK                ::_fseeki64
    119123#define QT_FTELL                ::_ftelli64
    120 #else
    121 #define QT_FSEEK                ::fseek
    122 #define QT_FTELL                ::ftell
    123124#endif
    124 #define QT_FGETPOS              ::fgetpos
    125 #define QT_FSETPOS              ::fsetpos
    126 #define QT_FPOS_T               fpos_t
    127 #ifdef QT_LARGEFILE_SUPPORT
     125
     126#if defined(QT_LARGEFILE_SUPPORT)
     127#undef QT_OFF_T
    128128#define QT_OFF_T                __int64
    129 #else
    130 #define QT_OFF_T                long
    131129#endif
    132130
Note: See TracChangeset for help on using the changeset viewer.