allocate g_sdata.script_cmd_args as GMEM_MOVEABLE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5100 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c72c1d9520
commit
2263524b66
3 changed files with 15 additions and 8 deletions
|
@ -165,7 +165,7 @@ void SaveMRUList();
|
|||
|
||||
typedef struct NSISScriptData {
|
||||
char *script;
|
||||
char *script_cmd_args;
|
||||
HGLOBAL script_cmd_args;
|
||||
char *compile_command;
|
||||
char *output_exe;
|
||||
char *input_script;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue