From: abv Date: Fri, 26 Sep 2014 08:48:04 +0000 (+0400) Subject: 0025005: Global function HashCodes() is not exported on Windows X-Git-Tag: V6_8_0_beta~57 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=868dbdbae43dbcaf6caa3344cf0ef22073ceb5f7;p=occt-copy.git 0025005: Global function HashCodes() is not exported on Windows HashCodes() is exported --- diff --git a/src/Standard/Standard_CString.hxx b/src/Standard/Standard_CString.hxx index eba0c16f49..38c9ed0540 100644 --- a/src/Standard/Standard_CString.hxx +++ b/src/Standard/Standard_CString.hxx @@ -53,8 +53,8 @@ inline Standard_Integer HashCode (const Standard_CString, const Standard_Integer , const Standard_Integer , Standard_Integer& ); -Standard_Integer HashCodes (const Standard_CString , - const Standard_Integer ); +__Standard_API Standard_Integer HashCodes (const Standard_CString, + const Standard_Integer); //! Equivalents of functions from standard C library that use always C locale __Standard_API double Atof (const char* theStr);