Go to the documentation of this file. 14 # define EXPORT_TAG __declspec(dllexport) 15 # define IMPORT_TAG __declspec(dllimport) 16 # ifdef NDEBUG // Necessary to get around weird warnings given in the STL classes in a release compile. 17 # pragma warning(disable:4702) 20 # ifdef __INTEL_COMPILER 24 # pragma warning(disable:4275)