Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
contactmodel_global.h
1#pragma once
2
3#include "base/src/export.h"
4
5#ifdef CONTACTMODEL_LIB
6# define CONTACTMODEL_EXPORT EXPORT_TAG
7#else
8# define CONTACTMODEL_EXPORT IMPORT_TAG
9#endif
10
11// EoF
Defines automatic generation of DLL exports and imports for each system supported.