From: abd Date: Thu, 9 Mar 2006 11:47:44 +0000 (+0000) Subject: SWIG compability on win32 X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~71 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2496e2b3e58b16ebff16b51fb1bfd2260d969fa4;p=modules%2Fkernel.git SWIG compability on win32 --- diff --git a/src/NOTIFICATION_SWIG/NOTIFICATION.i b/src/NOTIFICATION_SWIG/NOTIFICATION.i index d48342a7f..7f8168b13 100644 --- a/src/NOTIFICATION_SWIG/NOTIFICATION.i +++ b/src/NOTIFICATION_SWIG/NOTIFICATION.i @@ -28,8 +28,7 @@ %module libNOTIFICATION %{ +#define _declspec(a) #include "NOTIFICATION_Swig.hxx" +#undef _declspec %} - -%include NOTIFICATION.hxx -%include NOTIFICATION_Swig.hxx