Salome HOME
PyHello execution
[modules/kernel.git] / src / Utils / Utils_SALOME_Exception.hxx
index c870618aae1719ef383891205248107c8e7104b1..3a6676f120024ff3aa322dfde43bce29c1bbd830 100644 (file)
 #if !defined( __Utils_SALOME_Exception_hxx__ )
 #define __Utils_SALOME_Exception_hxx__
 
+#include <SALOME_Utils.hxx>
+
 # include <exception>
 # include <iostream>
 
 # define LOCALIZED(message) #message , __FILE__ , __LINE__
 
-#if defined UTILS_EXPORTS
-#if defined WIN32
-#define UTILS_EXPORT __declspec( dllexport )
-#else
-#define UTILS_EXPORT
-#endif
-#else
-#if defined WNT
-#define UTILS_EXPORT __declspec( dllimport )
-#else
-#define UTILS_EXPORT
-#endif
-#endif
-
 class UTILS_EXPORT SALOME_Exception : public std::exception
 {