1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00

0023664: Eliminate linker warnings on import of local symbol

Standard_IMPORT removed or replaced by 'export' where it applies to a symbol defined in the same toolkit
This commit is contained in:
abv
2012-12-23 10:08:16 +04:00
parent 9254e07c59
commit 1d0a9d4d46
107 changed files with 300 additions and 377 deletions

View File

@@ -53,7 +53,7 @@
#ifdef DEB
Standard_IMPORT Standard_Boolean TopOpeBRepTool_GetcontextNOSEW();
extern Standard_Boolean TopOpeBRepTool_GetcontextNOSEW();
#endif
#define Opecom(st1,st2) (((st1)==TopAbs_IN) && ((st2)==TopAbs_IN))
@@ -76,11 +76,11 @@ Standard_IMPORT Standard_Integer TopOpeBRepTool_BOOOPE_CHECK_DEB;
//modified by NIZHNY-MZV Wed Apr 19 17:19:11 2000
//see comments at the top of file TopOpeBRepBuild_Builder1.cxx
//about using of this global variable
Standard_IMPORT Standard_Boolean GLOBAL_USE_NEW_BUILDER;
extern Standard_Boolean GLOBAL_USE_NEW_BUILDER;
//
//modified by NIZNHY-PKV Sun Dec 15 17:17:56 2002 f
Standard_IMPORT void FDSCNX_Close();// see TopOpeBRepDS_connex.cxx
Standard_IMPORT void FDSSDM_Close();// see TopOpeBRepDS_samdom.cxx
extern void FDSCNX_Close();// see TopOpeBRepDS_connex.cxx
extern void FDSSDM_Close();// see TopOpeBRepDS_samdom.cxx
//=======================================================================
//function : Delete