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-msvc2005/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#ifdef QT_LARGEFILE_SUPPORT
     119#undef QT_FSEEK
     120#undef QT_FTELL
     121#undef QT_OFF_T
     122
    118123#define QT_FSEEK                ::_fseeki64
    119124#define QT_FTELL                ::_ftelli64
    120 #else
    121 #define QT_FSEEK                ::fseek
    122 #define QT_FTELL                ::ftell
    123 #endif
    124 #define QT_FGETPOS              ::fgetpos
    125 #define QT_FSETPOS              ::fsetpos
    126 #define QT_FPOS_T               fpos_t
    127 #ifdef QT_LARGEFILE_SUPPORT
    128125#define QT_OFF_T                __int64
    129 #else
    130 #define QT_OFF_T                long
    131126#endif
    132127
Note: See TracChangeset for help on using the changeset viewer.