fixed GetResourceOffsetA's return type
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5306 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
36683c9f87
commit
a9cf8ee77d
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ DWORD CResourceEditor::GetResourceOffsetW(WCHAR* szType, WCHAR* szName, LANGID w
|
|||
return DWORD(-1);
|
||||
}
|
||||
|
||||
int CResourceEditor::GetResourceOffsetA(char* szType, char* szName, LANGID wLanguage) {
|
||||
DWORD CResourceEditor::GetResourceOffsetA(char* szType, char* szName, LANGID wLanguage) {
|
||||
WCHAR* szwType = ResStringToUnicode(szType);
|
||||
WCHAR* szwName = ResStringToUnicode(szName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue