diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 7020162805a..4baf8655884 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -13345,9 +13345,9 @@ HFONT CreateFont( - - - + + + diff --git a/test/cfg/windows.cpp b/test/cfg/windows.cpp index a07e1b09365..b8d62d00577 100644 --- a/test/cfg/windows.cpp +++ b/test/cfg/windows.cpp @@ -92,6 +92,10 @@ std::string constVariable_GetModuleFileName(void) { return std::string{path}; } +const TCHAR* constVariable_MAKEINTRESOURCE() { // #14564 + return MAKEINTRESOURCE(5 - 1); +} + int stringCompare_mbscmp(const unsigned char *string1, const unsigned char *string2) { // cppcheck-suppress stringCompare