diff --git a/sdk/hginclude/utils.cpp b/sdk/hginclude/utils.cpp index 263273c..c2eaffa 100644 --- a/sdk/hginclude/utils.cpp +++ b/sdk/hginclude/utils.cpp @@ -704,7 +704,6 @@ namespace utils std::string get_ini_value(const char* seg, const char* key, const char* cfg_file) { char buf[512] = { 0 }; - PRODUCT_VENDOR GetPrivateProfileStringA(seg, key, "", buf, sizeof(buf) - 1, cfg_file);