fix wrong-type-in: PRODUCT_VENDOR

This commit is contained in:
gb 2023-07-26 14:51:16 +08:00
parent 6c1bd8a84c
commit 9bea22b28e
1 changed files with 0 additions and 1 deletions

View File

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