From: adam Date: Thu, 7 Oct 2010 16:01:06 +0000 (+0000) Subject: windows port X-Git-Tag: V5_1_5rc1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0818cdad37befa2d217b1620d2fc1604a800c28c;p=modules%2Fgui.git windows port --- diff --git a/src/ViewerTools/ViewerTools.h b/src/ViewerTools/ViewerTools.h index f79e2c23d..b86f555d6 100644 --- a/src/ViewerTools/ViewerTools.h +++ b/src/ViewerTools/ViewerTools.h @@ -24,7 +24,7 @@ #define VIEWERTOOLS_H #ifdef WIN32 -# if defined VIEWERTOOLS_EXPORTS +# if defined VIEWERTOOLS_EXPORTS || defined ViewerTools_EXPORTS # define VIEWERTOOLS_EXPORT __declspec(dllexport) # else # define VIEWERTOOLS_EXPORT __declspec(dllimport)