NN_DLL_EXPORT

NN_DLL_EXPORT Macro

Syntax

#include <nn/config.h>

#define NN_DLL_EXPORT __declspec(dllexport)

Arguments

None.

Description

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.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL