Go to the documentation of this file.
20 #ifndef _YACSLIBENGINEEXPORT_HXX_
21 #define _YACSLIBENGINEEXPORT_HXX_
24 # if defined YACSlibEngine_EXPORTS
25 # define YACSLIBENGINE_EXPORT __declspec( dllexport )
27 # define YACSLIBENGINE_EXPORT __declspec( dllimport )
30 # define YACSLIBENGINE_EXPORT
34 #pragma warning(disable:4251) // Warning DLL Interface ...
35 #pragma warning(disable:4290) // Warning Exception ...