Changeset 8 for trunk/src/tools/qcriticalsection_p.h
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/qcriticalsection_p.h
r7 r8 38 38 39 39 #ifndef QT_H 40 #include "qglobal.h" 40 41 #endif // QT_H 41 42 … … 54 55 #if defined(QT_THREAD_SUPPORT) 55 56 56 #if defined(Q_WS_WIN) 57 #if defined(Q_WS_WIN) || defined(Q_OS_OS2) 57 58 58 59 /* … … 60 61 */ 61 62 63 #if defined(Q_WS_WIN) 62 64 class QCriticalSectionPrivate; 65 #endif 63 66 64 67 class QCriticalSection … … 70 73 void leave(); 71 74 75 #if defined(Q_WS_WIN) 72 76 private: 73 77 QCriticalSectionPrivate *d; 78 #endif 74 79 }; 75 80
Note:
See TracChangeset
for help on using the changeset viewer.