Salome HOME
Implementation of DXFPLUGIN as a GEOM plugin (added files)
[plugins/dxfplugin.git] / src / DXFPlugin_Engine.hxx
old mode 100644 (file)
new mode 100755 (executable)
index 87680c1..0274c57
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  OPEN CASCADE
+// Copyright (C) 2014  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#if !defined (__DXFPLUGIN_EXPORTS_H)
-#define __DXFPLUGIN_EXPORTS_H
+#ifndef _DXFPLUGIN_ENGINE_HXX_
+#define _DXFPLUGIN_ENGINE_HXX_
 
 #ifdef WIN32
-#  if defined DXFExport_EXPORTS || defined DXFXPORTS_EXPORTS || defined DXFImport_EXPORTS || defined DXFIMPORT_EXPORTS
-#    define DXFPLUGIN_EXPORT __declspec(dllexport)
-#  else
-#    define DXFPLUGIN_EXPORT __declspec(dllimport)
-#  endif
-#else  // WIN32
-#  define DXFPLUGIN_EXPORT
-#endif // WIN32
+ #if defined DXFPLUGINENGINE_EXPORTS || defined DXFPLUGINENGINE_EXPORTS
+   #define DXFPLUGINENGINE_EXPORT __declspec( dllexport )
+ #else
+   #define DXFPLUGINENGINE_EXPORT __declspec( dllimport )
+ #endif 
+#else
+   #define DXFPLUGINENGINE_EXPORT
+#endif
 
-#endif // __DXFPLUGIN_EXPORTS_H
+#endif