Changeset 61


Ignore:
Timestamp:
Jun 27, 2009, 9:54:03 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

QtCore: Adopted QtConcurrent namespace to OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/concurrent/qtconcurrentiteratekernel.cpp

    r2 r61  
    5757#include <windows.h>
    5858
    59 #endif
    60 
     59#elif defined(Q_OS_OS2) && defined(Q_CC_GNU)
     60
     61#include <InnoTekLIBC/FastInfoBlocks.h>
     62
     63#endif
    6164
    6265#ifndef QT_NO_CONCURRENT
     
    7679}
    7780
    78 #elif defined(Q_OS_UNIX)
    79 
     81#elif defined(Q_OS_UNIX) || (defined(Q_OS_OS2) && !defined(Q_CC_GNU))
    8082
    8183static qint64 getticks()
     
    126128}
    127129
     130
     131
     132
     133
     134
     135
     136
    128137#endif
    129138
Note: See TracChangeset for help on using the changeset viewer.