From: cascade Date: Fri, 9 Feb 2007 20:14:42 +0000 (+0000) Subject: OCC14794 Patch from GMSH for integration into OCCT 6.2 X-Git-Tag: V6_7_1~134 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=3f05fc612d47bbacee8ef6c4692a139aba46627d;p=occt-wok.git OCC14794 Patch from GMSH for integration into OCCT 6.2 --- diff --git a/src/WOKUtils/WOKUtils_Triggers.hxx b/src/WOKUtils/WOKUtils_Triggers.hxx index 1b798c1..e5f7b1d 100755 --- a/src/WOKUtils/WOKUtils_Triggers.hxx +++ b/src/WOKUtils/WOKUtils_Triggers.hxx @@ -10,7 +10,7 @@ #include #ifndef __WOKUTILS_API -# ifdef WNT +# if defined(WNT) && !defined(HAVE_NO_DLL) # ifdef __WOKUtils_DLL # define __WOKUTILS_API __declspec( dllexport ) # else