[PATCH 23/25] Add missing || defined(__Message_DLL)

Fixes warnings like : local symbol 'name' imported

in this case there was missing a case in the ifdef for __Standard_API, so a bunch of HashCode functions were wrongly imported.

Contributed by: QbProg