From 868dbdbae43dbcaf6caa3344cf0ef22073ceb5f7 Mon Sep 17 00:00:00 2001 From: abv Date: Fri, 26 Sep 2014 12:48:04 +0400 Subject: [PATCH] 0025005: Global function HashCodes() is not exported on Windows HashCodes() is exported --- src/Standard/Standard_CString.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);