0025005: Global function HashCodes() is not exported on Windows
[occt.git] / 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);