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_EXPORTSis not defined, this functions as merely declaring the function as- extern "C"so that it can be imported.