Changeset 61
- Timestamp:
- Jun 27, 2009, 9:54:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/concurrent/qtconcurrentiteratekernel.cpp
r2 r61 57 57 #include <windows.h> 58 58 59 #endif 60 59 #elif defined(Q_OS_OS2) && defined(Q_CC_GNU) 60 61 #include <InnoTekLIBC/FastInfoBlocks.h> 62 63 #endif 61 64 62 65 #ifndef QT_NO_CONCURRENT … … 76 79 } 77 80 78 #elif defined(Q_OS_UNIX) 79 81 #elif defined(Q_OS_UNIX) || (defined(Q_OS_OS2) && !defined(Q_CC_GNU)) 80 82 81 83 static qint64 getticks() … … 126 128 } 127 129 130 131 132 133 134 135 136 128 137 #endif 129 138
Note:
See TracChangeset
for help on using the changeset viewer.