From d3715261b8ff4793117296590190ebb3f2324f36 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 19 Jun 2003 02:36:59 +0000 Subject: "" svn path=/trunk/; revision=720 --- externals/grill/flext/source/flprefix.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'externals/grill/flext/source/flprefix.h') diff --git a/externals/grill/flext/source/flprefix.h b/externals/grill/flext/source/flprefix.h index 87f976a7..390f51ab 100755 --- a/externals/grill/flext/source/flprefix.h +++ b/externals/grill/flext/source/flprefix.h @@ -298,6 +298,12 @@ WARRANTIES, see the file, "license.txt," in this distribution. #endif // ----- set threading model ----- +// shared builds are always threaded (although this not be so....) +#ifdef FLEXT_SHARED + #undef FLEXT_THREADS + #define FLEXT_THREADS +#endif + #ifdef FLEXT_THREADS #undef FLEXT_THREADS #if FLEXT_OS == FLEXT_OS_MAC && FLEXT_SYS == FLEXT_SYS_MAX -- cgit v1.2.1