aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-12-06 21:52:26 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-12-06 21:52:26 +0000
commitf25cb430026b01219984364bb991948418909b77 (patch)
treed95631e8288966235e180754742d53ebbe0c8c01 /externals/grill/flext/source/flsupport.h
parent8c29affcbda72a462c0fd10d77da1b139a6a438d (diff)
fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects
fixes for pthreads version 2 more pthreads V2 fixes updated docs update docs updates for OSX svn path=/trunk/; revision=4155
Diffstat (limited to 'externals/grill/flext/source/flsupport.h')
-rw-r--r--externals/grill/flext/source/flsupport.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h
index da9a19ae..87e198f8 100644
--- a/externals/grill/flext/source/flsupport.h
+++ b/externals/grill/flext/source/flsupport.h
@@ -17,6 +17,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include "flstdc.h"
#include <new>
+#include <string.h>
/*! \defgroup FLEXT_SUPPORT Flext support classes
@{
@@ -828,12 +829,14 @@ protected:
static thrid_t thrhelpid;
static thrid_t thrmsgid;
- static bool StartHelper();
static void ThrHelper(void *);
//! the system's thread id
static thrid_t thrid; // the system thread
+private:
+ static bool StartHelper(); // used in flext::Setup()
+
public:
/*! \brief Yield to other threads