MeVisLab Toolbox Reference
MLDMFileReaderSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
5 
10 //----------------------------------------------------------------------------------
11 
12 #pragma once
13 
14 // DLL export macro definition
15 #ifdef MLDMFileReader_EXPORTS
17  #define MLDMFileReader_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
18 #else
20  #define MLDMFileReader_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
21 #endif