Go to the documentation of this file.
12#if !defined(WsfXIO_SimExport_hpp)
13#define WsfXIO_SimExport_hpp
17#pragma warning(disable : 4251)
18#pragma warning(disable : 4786)
21#define XIO_SIM_BUILD_DLL
23#if !defined(XIO_SIM_BUILD_DLL) && defined(SWDEV_ALL_USE_DLL)
24#define XIO_SIM_USE_DLL
27#if defined(XIO_SIM_BUILD_DLL)
28#define WSF_EXPORT __declspec(dllexport)
29#elif defined(XIO_SIM_USE_DLL)
30#define WSF_EXPORT __declspec(dllimport)
Copyrights Multiple, All Rights Reserved