From 7e747f8cd9634260c3bbcce628a481d72e5cab3c Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 12 Nov 2003 03:35:26 +0000 Subject: "" svn path=/trunk/; revision=1179 --- externals/grill/flext/source/flqueue.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/flext/source/flqueue.cpp') diff --git a/externals/grill/flext/source/flqueue.cpp b/externals/grill/flext/source/flqueue.cpp index ee1da752..2d10aeee 100755 --- a/externals/grill/flext/source/flqueue.cpp +++ b/externals/grill/flext/source/flqueue.cpp @@ -19,8 +19,10 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "flext.h" #include "flinternal.h" +#ifdef FLEXT_THREADS //! Thread id of message queue thread flext::thrid_t flext::thrmsgid = 0; +#endif class qmsg { -- cgit v1.2.1