fixed gcc conversion warning/error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4891 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fb80d0f5f7
commit
313cfdd331
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ bool CResourceEditor::UpdateResourceW(WCHAR* szType, WCHAR* szName, LANGID wLang
|
|||
|
||||
static WCHAR* ResStringToUnicode(const char *szString) {
|
||||
if (IS_INTRESOURCE(szString))
|
||||
return MAKEINTRESOURCEW(szString);
|
||||
return MAKEINTRESOURCEW((ULONG_PTR)szString);
|
||||
else
|
||||
return winchar_fromansi(szString);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue