gcc fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5819 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2d06f24c5d
commit
4f8b10e589
5 changed files with 11 additions and 9 deletions
|
@ -43,8 +43,8 @@ typedef struct _stack_t {
|
|||
static stack_t *g_st;
|
||||
#endif
|
||||
|
||||
exec_flags g_exec_flags;
|
||||
exec_flags g_exec_flags_last_used;
|
||||
exec_flags_t g_exec_flags;
|
||||
exec_flags_t g_exec_flags_last_used;
|
||||
|
||||
extra_parameters plugin_extra_parameters = {
|
||||
&g_exec_flags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue