From 3f05fc612d47bbacee8ef6c4692a139aba46627d Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 9 Feb 2007 20:14:42 +0000 Subject: [PATCH] OCC14794 Patch from GMSH for integration into OCCT 6.2 --- src/WOKUtils/WOKUtils_Triggers.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5