Unicode on posix fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6217 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
382b2fa282
commit
7cf2ef1a08
7 changed files with 110 additions and 55 deletions
|
@ -19,7 +19,7 @@ extern FILE *g_output;
|
|||
|
||||
static FILE * open_icon(const TCHAR* filename, IconGroupHeader& igh)
|
||||
{
|
||||
FILE* f = FOPEN(filename, _T("rb"));
|
||||
FILE* f = FOPEN(filename, ("rb"));
|
||||
if (!f)
|
||||
throw runtime_error("can't open file");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue