#include <nn/config.h> #define NN_DLL_EXPORT __declspec(dllexport)
None.
Explicitly makes a symbol public.
To make a symbol always public, even when it is not referenced, insert this macro before the declaration of a variable or function.
CONFIDENTIAL