1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0025005: Global function HashCodes() is not exported on Windows

HashCodes() is exported
This commit is contained in:
abv 2014-09-26 12:48:04 +04:00 committed by bugmaster
parent 8e8070c47d
commit 868dbdbae4

View 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);