comparison base/NonRTThread.cpp @ 103:173b39ea0728

* win32 fixes
author Chris Cannam
date Fri, 05 May 2006 13:29:31 +0000
parents 9a44ccae165c
children
comparison
equal deleted inserted replaced
102:0a846f83a4b7 103:173b39ea0728
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "NonRTThread.h" 16 #include "NonRTThread.h"
17 17
18 #ifndef _WIN32
18 #include <pthread.h> 19 #include <pthread.h>
20 #endif
19 21
20 NonRTThread::NonRTThread(QObject *parent) : 22 NonRTThread::NonRTThread(QObject *parent) :
21 QThread(parent) 23 QThread(parent)
22 { 24 {
23 setStackSize(512 * 1024); 25 setStackSize(512 * 1024);