#ifndef ERROR_STRING_UTIL_H_ #define ERROR_STRING_UTIL_H_ #include namespace wvutil { const std::string OEMCryptoResultToString(int oemcrypto_result); } // namespace wvutil #endif // ERROR_STRING_UTIL_H_