MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLBase/mlBaseInit.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //--------------------------------------------------------------------------------------
00004 
00009 //--------------------------------------------------------------------------------------
00010 
00011 #ifndef __mlBaseInit_H
00012 #define __mlBaseInit_H
00013 
00014 #ifdef MLBase_EXPORTS
00015   #define MLBASEEXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00016 #else
00017   #define MLBASEEXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00018 #endif
00019 
00020 #endif // __mlBaseInit_H