Fixed types for POSIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7329 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
167e53df8a
commit
0a0795dd5a
2 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ void free_loaded_icon(IconGroup&icon)
|
|||
icon.clear();
|
||||
}
|
||||
|
||||
IconGroup load_icon_res(CResourceEditor* re, const TCHAR*RT, WORD RN, LANGID RL)
|
||||
IconGroup load_icon_res(CResourceEditor* re, LPWSTR RT, WORD RN, LANGID RL)
|
||||
{
|
||||
IconGroupHeader* header;
|
||||
IconGroup result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue