From 1039b2829a264280493ba0fa979214fe024dc70c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 17:06:04 +0300 Subject: WORD -> uint16_t --- plugins/AssocMgr/src/reg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AssocMgr/src/reg.cpp') diff --git a/plugins/AssocMgr/src/reg.cpp b/plugins/AssocMgr/src/reg.cpp index 4bd7f44bbf..effd65643b 100644 --- a/plugins/AssocMgr/src/reg.cpp +++ b/plugins/AssocMgr/src/reg.cpp @@ -220,7 +220,7 @@ static BOOL IsValidRunCommand(const wchar_t *pszRunCmd) } // mir_free() the return value -wchar_t* MakeIconLocation(HMODULE hModule, WORD nIconResID) +wchar_t* MakeIconLocation(HMODULE hModule, uint16_t nIconResID) { wchar_t szModule[MAX_PATH], *pszIconLoc = nullptr; int cch; -- cgit v1.2.3