aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flprefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flprefix.h')
-rwxr-xr-xexternals/grill/flext/source/flprefix.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flprefix.h b/externals/grill/flext/source/flprefix.h
index 4b3e96fb..68d9e120 100755
--- a/externals/grill/flext/source/flprefix.h
+++ b/externals/grill/flext/source/flprefix.h
@@ -364,7 +364,9 @@ WARRANTIES, see the file, "license.txt," in this distribution.
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)
+#ifdef __DOXYGEN__
+ #define FLEXT_CLASSDEF(CL) CL
+#elif defined(FLEXT_SHARED)
#define FLEXT_CLASSDEF(CL) CL##_shared
#elif defined(FLEXT_THREADS)
#define FLEXT_CLASSDEF(CL) CL##_multi