Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/qcriticalsection_p.h

    r7 r8  
    3838
    3939#ifndef QT_H
     40#include "qglobal.h"
    4041#endif // QT_H
    4142
     
    5455#if defined(QT_THREAD_SUPPORT)
    5556
    56 #if defined(Q_WS_WIN)
     57#if defined(Q_WS_WIN) || defined(Q_OS_OS2)
    5758
    5859/*
     
    6061*/
    6162
     63#if defined(Q_WS_WIN)
    6264class QCriticalSectionPrivate;
     65#endif
    6366
    6467class QCriticalSection
     
    7073    void leave();
    7174
     75#if defined(Q_WS_WIN)
    7276private:
    7377    QCriticalSectionPrivate *d;
     78#endif   
    7479};
    7580
Note: See TracChangeset for help on using the changeset viewer.