Changeset 846 for trunk/mkspecs/win32-icc/qplatformdefs.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/mkspecs/win32-icc/qplatformdefs.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 114 114 #endif 115 115 116 #define QT_FOPEN ::fopen 116 #include "../common/c89/qplatformdefs.h" 117 117 118 #if defined(QT_LARGEFILE_SUPPORT) && _MSC_VER > 1310 119 #undef QT_FSEEK 120 #undef QT_FTELL 121 118 122 #define QT_FSEEK ::_fseeki64 119 123 #define QT_FTELL ::_ftelli64 120 #else121 #define QT_FSEEK ::fseek122 #define QT_FTELL ::ftell123 124 #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 128 128 #define QT_OFF_T __int64 129 #else130 #define QT_OFF_T long131 129 #endif 132 130
Note:
See TracChangeset
for help on using the changeset viewer.