flext
0.6.0
build
pd-flext-j6Usjn
pd-flext-0.6.0+git20161101.1.01318a94
source
flcwpd-x-thr.h
Go to the documentation of this file.
1
/*
2
3
flext - C++ layer for Max/MSP and pd (pure data) externals
4
5
Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
6
For information on usage and redistribution, and for a DISCLAIMER OF ALL
7
WARRANTIES, see the file, "license.txt," in this distribution.
8
9
*/
10
11
/* This is the prefix file for CodeWarrior projects - OS X version */
12
13
#ifndef _FLEXT_CW_PD_X_THR_H
14
#define _FLEXT_CW_PD_X_THR_H
15
16
#define FLEXT_THREADS
17
18
#if 0
19
/*
20
old CodeWarrior version (<= 6) don't have sigset_t defined which
21
is needed for pthreads
22
*/
23
#if defined(__MWERKS__) && (__MWERKS__ <= 0x6000)
24
typedef
unsigned
int
sigset_t;
25
#define _CW_NOPRECOMP // no precompiled headers
26
#endif
27
#endif
28
29
#include "
flcwpd-x.h
"
30
31
#endif
flcwpd-x.h
Generated by
1.8.16