CARB_IMPORT

Defined in carb/Defines.h

CARB_IMPORT

Imports a function with external linkage from a shared object or DLL.

On all compilers: extern "C"

Note

on Windows platforms we do not use __declspec(dllimport) as it is optional and can lead to linker warning LNK4217.