diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-06-19 02:36:59 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-06-19 02:36:59 +0000 |
commit | d3715261b8ff4793117296590190ebb3f2324f36 (patch) | |
tree | 4daaae7636390fe9c558ff66f1501b97e84af4a2 /externals/grill/flext/source | |
parent | 1d296c40615533f41472fbc5d552f0f9ebd5c2b1 (diff) |
""
svn path=/trunk/; revision=720
Diffstat (limited to 'externals/grill/flext/source')
-rwxr-xr-x | externals/grill/flext/source/flprefix.h | 6 | ||||
-rw-r--r-- | externals/grill/flext/source/flsupport.h | 1 |
2 files changed, 6 insertions, 1 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 diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index 98fbe441..6762c9c2 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -986,7 +986,6 @@ protected: #else #define FLEXT_SETUPFUNC SetupSingle #endif - static void FLEXT_SETUPFUNC(); static bool chktilde(const char *objname); |