Salome HOME
Corrected following ABV remark - #define should be put outside %{ ... %} block in...
authorsan <san@opencascade.com>
Thu, 9 Mar 2006 12:02:13 +0000 (12:02 +0000)
committersan <san@opencascade.com>
Thu, 9 Mar 2006 12:02:13 +0000 (12:02 +0000)
src/NOTIFICATION_SWIG/NOTIFICATION.i

index 7f8168b13652616bfc820785e8c7ce7b13b3c4a1..38f506176c1238ae1b3e44eed8c20ac080a4e930 100644 (file)
@@ -27,8 +27,8 @@
 
 %module libNOTIFICATION
 
-%{
 #define _declspec(a)
+
+%{
 #include "NOTIFICATION_Swig.hxx"
-#undef _declspec
 %}