From: Konstantin LEONTEV Date: Mon, 7 Nov 2022 09:17:22 +0000 (+0300) Subject: [bos #32517][EDF] Dynamic logging: Added dllexport to fix link errors on windows. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=09f8ecce031091d69afa753480d7afbb7cf05d3c;p=modules%2Fkernel.git [bos #32517][EDF] Dynamic logging: Added dllexport to fix link errors on windows. --- diff --git a/src/SALOMELocalTrace/libSALOMELog.hxx b/src/SALOMELocalTrace/libSALOMELog.hxx index f5d5dc671..47f364a4f 100644 --- a/src/SALOMELocalTrace/libSALOMELog.hxx +++ b/src/SALOMELocalTrace/libSALOMELog.hxx @@ -28,10 +28,11 @@ #ifndef _LIBSALOMELOG_HXX_ #define _LIBSALOMELOG_HXX_ +#include "SALOME_LocalTrace.hxx" namespace SALOME { - bool VerbosityActivated(); + bool SALOMELOCALTRACE_EXPORT VerbosityActivated(); } #endif