Unicode port: Turn console & output logs to UTF-8. Adapted MakensisW for UTF-8
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6083 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b8f6c16fcd
commit
743ad095f5
6 changed files with 30 additions and 19 deletions
|
@ -172,7 +172,7 @@ typedef struct NSISScriptData {
|
|||
TCHAR *output_exe;
|
||||
TCHAR *input_script;
|
||||
TCHAR *branding;
|
||||
TCHAR *brandingv;
|
||||
char *brandingv;
|
||||
TCHAR **symbols;
|
||||
int retcode;
|
||||
BOOL userSelectCompressor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue