CARB_DYNAMICLINK
Defined in carb/Defines.h
-
CARB_DYNAMICLINK
Conditional (import/export) dynamic linking.
If and only if CARB_EXPORTS is defined before including this file, this will match CARB_EXPORT and function as granting a function external linkage. If
CARB_EXPORTS
is not defined, this functions as merely declaring the function asextern "C"
so that it can be imported.