aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flthr.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-25 02:33:04 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-25 02:33:04 +0000
commit92501c4a16c93d5fe056625d12d7e557d1d80ba9 (patch)
tree40f0a858792ad27faeda9c5b0a0dc75527557b5c /externals/grill/flext/source/flthr.cpp
parent996e9a50a8c7cdd418ba398f4aa806c2d69256d1 (diff)
""
svn path=/trunk/; revision=593
Diffstat (limited to 'externals/grill/flext/source/flthr.cpp')
-rw-r--r--externals/grill/flext/source/flthr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flthr.cpp b/externals/grill/flext/source/flthr.cpp
index 7f9564d5..5c4a31c8 100644
--- a/externals/grill/flext/source/flthr.cpp
+++ b/externals/grill/flext/source/flthr.cpp
@@ -39,6 +39,9 @@ static bool thrhelpexit = false;
static flext::ThrCond *thrhelpcond = NULL;
+flext::thrid_t flext::GetSysThreadId() { return thrid; }
+
+
//! Start helper thread
bool flext::StartHelper()
{