From: san Date: Thu, 9 Mar 2006 12:02:13 +0000 (+0000) Subject: Corrected following ABV remark - #define should be put outside %{ ... %} block in... X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~70 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=598a084f689b0bbefd0fbeec70e67f5eb39656ba;p=modules%2Fkernel.git Corrected following ABV remark - #define should be put outside %{ ... %} block in .i file in order not to be put into generated C++ files. --- diff --git a/src/NOTIFICATION_SWIG/NOTIFICATION.i b/src/NOTIFICATION_SWIG/NOTIFICATION.i index 7f8168b13..38f506176 100644 --- a/src/NOTIFICATION_SWIG/NOTIFICATION.i +++ b/src/NOTIFICATION_SWIG/NOTIFICATION.i @@ -27,8 +27,8 @@ %module libNOTIFICATION -%{ #define _declspec(a) + +%{ #include "NOTIFICATION_Swig.hxx" -#undef _declspec %}