#define _VISUConvertor_HXX_
#ifdef WNT
- #if defined VISU_CONVERTOR_EXPORTS
+ #if defined VISU_CONVERTOR_EXPORTS || defined VisuConvertor_EXPORTS
#if defined WIN32
#define VISU_CONVERTOR_EXPORT __declspec( dllexport )
#else
#endif
#ifdef WNT
-#ifdef VISU_ENGINE_EXPORTS
+#if defined VISU_ENGINE_EXPORTS || defined VISUEngine_EXPORTS
#define VISU_ENGINE_EXPORT __declspec(dllexport)
#else
#define VISU_ENGINE_EXPORT __declspec(dllimport)
#define _VisuGUITools_H_
#ifdef WNT
- #if defined VISU_GUITOOLS_EXPORTS
+ #if defined VISU_GUITOOLS_EXPORTS || defined VISUGUITOOLS_EXPORTS
#if defined WIN32
#define VISU_GUITOOLS_EXPORT __declspec( dllexport )
#else
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifdef WIN32
-# ifdef VISU_OBJECT_EXPORTS
+# if defined VISU_OBJECT_EXPORTS || defined VisuObject_EXPORTS
# define VISU_OBJECT_EXPORT __declspec(dllexport)
# else
# define VISU_OBJECT_EXPORT __declspec(dllimport)
#define _VISUPipeline_HXX_
#ifdef WNT
- #if defined VISU_PIPELINE_EXPORTS
+ #if defined VISU_PIPELINE_EXPORTS || defined VisuPipeLine_EXPORTS
#if defined WIN32
#define VISU_PIPELINE_EXPORT __declspec( dllexport )
#else
#include "CAM_Module.h"
#ifdef WNT
-#ifdef VISU_VISUGUI_EXPORTS
+#if defined VISU_VISUGUI_EXPORTS || defined VISU_EXPORTS
#define VISU_VISUGUI_EXPORT __declspec(dllexport)
#else
#define VISU_VISUGUI_EXPORT __declspec(dllimport)
#define _VISU_I_HXX_
#ifdef WNT
-# if defined VISU_I_EXPORTS
+# if defined VISU_I_EXPORTS || defined VISUEngineImpl_EXPORTS
# define VISU_I_EXPORT __declspec( dllexport )
# else
# define VISU_I_EXPORT __declspec( dllimport )
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifdef WNT
-#ifdef VISU_VVTK_EXPORTS
+#if defined VISU_VVTK_EXPORTS || defined VVTK_EXPORTS
#define VVTK_EXPORT __declspec(dllexport)
#else
#define VVTK_EXPORT __declspec(dllimport)