]> OCCT Git - occt-wok.git/commitdiff
OCC14794 Patch from GMSH for integration into OCCT 6.2
authorcascade <cascade@opencascade.com>
Fri, 9 Feb 2007 20:14:42 +0000 (20:14 +0000)
committercascade <cascade@opencascade.com>
Fri, 9 Feb 2007 20:14:42 +0000 (20:14 +0000)
src/WOKUtils/WOKUtils_Triggers.hxx

index 1b798c1dde40fc6c9045291e2dae9d45e2eef3af..e5f7b1d0b5cd955201bd532aaf6cb06cb6add1a3 100755 (executable)
@@ -10,7 +10,7 @@
 #include <WOKUtils_Trigger.hxx>
 
 #ifndef __WOKUTILS_API
-# ifdef WNT
+# if defined(WNT) && !defined(HAVE_NO_DLL)
 #  ifdef __WOKUtils_DLL
 #   define __WOKUTILS_API __declspec( dllexport )
 #  else