From cd0dbb399460d8c6e28a07c726bc914cfcda5ab3 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 20 Jul 2003 02:36:32 +0000 Subject: "" svn path=/trunk/; revision=779 --- externals/grill/flext/source/flprefix.h | 5 +++++ 1 file changed, 5 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 4d34a975..7ab517df 100755 --- a/externals/grill/flext/source/flprefix.h +++ b/externals/grill/flext/source/flprefix.h @@ -358,6 +358,11 @@ WARRANTIES, see the file, "license.txt," in this distribution. #endif // ----- macros for class names ----- +/* + With linux (flat linker namespace) and more than one flext-based external loaded all calls to static + exported functions refer to the first instance loaded! + Therefore different class names are used so that the correct type of flext function is called. +*/ #if defined(FLEXT_SHARED) #define FLEXT_CLASSDEF(CL) CL##_shared #elif defined(FLEXT_THREADS) -- cgit v1.2.1