MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLParser/mlParserSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00005 
00010 //----------------------------------------------------------------------------------
00011 #ifndef __PARSERSYSTEM_H
00012 #define __PARSERSYSTEM_H
00013 
00014 #include "mlOperatorIncludes.h"
00015 
00016 //---------------Export aus DLLs----------------------
00017 //Damit Funktionen, Klassen usw. unter Windows in DLLs
00018 //sichtbar sind, m"ussen sie extra mit dem Macro
00019 //PARSER_EXPORT gekennzeichnet werden
00020 #ifdef PARSER_EXPORTS
00021 #define PARSER_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00022 #else
00023 #define PARSER_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00024 #endif
00025 
00026 #endif