X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPlugin_NETGEN_3D.cxx;h=4228a3508229decca5464d0a71693e811341afbf;hb=ce10bee1cd6708ba2e75e678f43d9bbdb2d3956b;hp=dee55a6380fcbc72451e0ec83f32ad9271735f4c;hpb=336734e27cf7e681db069e057d1b92f4368ffe5d;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx index dee55a6..4228a35 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx @@ -81,13 +81,11 @@ namespace netgen { #else extern int OCCGenerateMesh (OCCGeometry&, Mesh*&, int, int, char*); #endif -#if defined(NETGEN_V5) && defined(WIN32) - DLL_HEADER -#endif -extern MeshingParameters mparam; -#if defined(NETGEN_V5) && defined(WIN32) - DLL_HEADER -#endif + + NETGENPLUGIN_DLL_HEADER + extern MeshingParameters mparam; + + NETGENPLUGIN_DLL_HEADER extern volatile multithreadt multithread; } using namespace nglib;