QTrk
Macros
dllmacros.h File Reference

Go to the source code of this file.

Macros

#define DLL_CALLCONV   __cdecl
 
#define DLL_EXPORT   __declspec(dllimport)
 
#define CDLL_EXPORT   extern "C" DLL_EXPORT
 

Macro Definition Documentation

§ CDLL_EXPORT

#define CDLL_EXPORT   extern "C" DLL_EXPORT

Definition at line 9 of file dllmacros.h.

§ DLL_CALLCONV

#define DLL_CALLCONV   __cdecl

Definition at line 3 of file dllmacros.h.

§ DLL_EXPORT

#define DLL_EXPORT   __declspec(dllimport)

Definition at line 7 of file dllmacros.h.