From 92501c4a16c93d5fe056625d12d7e557d1d80ba9 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 25 Apr 2003 02:33:04 +0000 Subject: "" svn path=/trunk/; revision=593 --- externals/grill/flext/source/flthr.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'externals/grill/flext/source/flthr.cpp') 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() { -- cgit v1.2.1