aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flprefix.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-19 02:36:59 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-19 02:36:59 +0000
commitd3715261b8ff4793117296590190ebb3f2324f36 (patch)
tree4daaae7636390fe9c558ff66f1501b97e84af4a2 /externals/grill/flext/source/flprefix.h
parent1d296c40615533f41472fbc5d552f0f9ebd5c2b1 (diff)
""
svn path=/trunk/; revision=720
Diffstat (limited to 'externals/grill/flext/source/flprefix.h')
-rwxr-xr-xexternals/grill/flext/source/flprefix.h6
1 files changed, 6 insertions, 0 deletions
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