MeVisLabToolboxReference
MeVisLab/Standard/Sources/Shared/MLVariant/mlVariantSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //--------------------------------------------------------------------------------------
00004 
00009 //====================================================
00010 #ifndef __mlVariantSystem_H
00011 #define __mlVariantSystem_H
00012 
00013 #include <mlUtilsSystem.h>
00014 
00015 #ifdef MLVARIANT_EXPORTS
00016 #define MLVARIANT_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00017 #else
00018 #define MLVARIANT_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00019 #endif
00020 
00021 #endif