MeVisLab Toolbox Reference
MLFileReaderPluginsBaseSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
7 //----------------------------------------------------------------------------------
8 
9 #pragma once
10 
12 #ifdef MLFileReaderPluginsBase_EXPORTS
13  // Use the MLFileReaderPluginsBase_EXPORT macro to export classes and functions.
14  #define MLFileReaderPluginsBase_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
15 #else
16  // If included by external modules, exported symbols are declared as import symbols.
17  #define MLFileReaderPluginsBase_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
18 #endif