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/flsupport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/source/flsupport.h') diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index 867e2859..64c19cf8 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -572,7 +572,7 @@ public: /*! \brief Get system thread id */ - static thrid_t GetSysThreadId() { return thrid; } + static thrid_t GetSysThreadId(); //! Check if current thread is the realtime system's thread static bool IsThread(thrid_t t,thrid_t ref = GetThreadId()) { @@ -940,7 +940,7 @@ public: simd_altivec = 0x10 }; - static unsigned long GetSIMDCapabilities() { return simdcaps; } + static unsigned long GetSIMDCapabilities(); //! @} FLEXT_S_SIMD -- cgit v1.2.1