0025005: Global function HashCodes() is not exported on Windows
authorabv <abv@opencascade.com>
Fri, 26 Sep 2014 08:48:04 +0000 (12:48 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 26 Sep 2014 13:29:02 +0000 (17:29 +0400)
HashCodes() is exported

src/Standard/Standard_CString.hxx

index eba0c16..38c9ed0 100644 (file)
@@ -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);