Salome HOME
Win32 compatibility
authorvsr <vsr@opencascade.com>
Tue, 25 Dec 2012 05:25:17 +0000 (05:25 +0000)
committervsr <vsr@opencascade.com>
Tue, 25 Dec 2012 05:25:17 +0000 (05:25 +0000)
src/SMESHUtils/SMESH_TryCatch.hxx

index 8f1746c8377486318364675864dd108409ae0b7b..18b9eecaacc92f995c6328ce5a201426f70f7d23 100644 (file)
 
 namespace SMESH
 {
-  void throwSalomeEx(const char* txt);
-  void doNothing(const char* txt);
+  SMESHUtils_EXPORT void throwSalomeEx(const char* txt);
+  SMESHUtils_EXPORT void doNothing(const char* txt);
 }
 
 #endif