Go to the documentation of this file.
49 #ifndef _DISTI_INCLUDE_H
50 #define _DISTI_INCLUDE_H
60 #ifdef GLS_EXPORT_LIBRARY
65 #ifdef GLS_IMPORT_LIBRARY
69 #if defined(DISTI_DLL) && defined(_MSC_VER)
71 #define DISTI_EXPORT __declspec(dllexport)
73 #define DISTI_EXPORT __declspec(dllimport)
80 #pragma warning (disable:4786) // Harmless warning when using templates