NN_DLL_IMPORT

NN_DLL_IMPORT Macro

Syntax

#include <nn/config.h>

#define NN_DLL_IMPORT __declspec(dllimport)

Arguments

None.

Description

Explicitly creates a reference to a symbol.

A reference to a symbol is always created by inserting this macro before the declaration of a variable or function.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL