]> 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/WOKTclTools/WOKTclTools_Messages.hxx

index 1ec9eb031051aed5ba995ba25113805742509dce..d0f62b22196a2f9698a2104a67a01045bf3ed629 100755 (executable)
@@ -10,7 +10,7 @@
 #include <WOKTclTools_Interpretor.hxx>
 
 #ifndef __WOKTCLTOOLS_API
-# ifdef WNT
+# if defined(WNT) && !defined(HAVE_NO_DLL)
 #  ifdef __WOKTclTools_DLL
 #   define __WOKTCLTOOLS_API __declspec( dllexport )
 #  else