Improved Sunjammer's code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@666 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8976cc3e61
commit
c3c52d4f4c
15 changed files with 178 additions and 206 deletions
|
@ -122,8 +122,7 @@ enum
|
|||
EW_GETLABELADDR, // both of these get converted to EW_ASSIGNVAR
|
||||
EW_GETFUNCTIONADDR,
|
||||
|
||||
EW_PLUGINCOMMANDPREP,
|
||||
EW_PLUGINCOMMAND
|
||||
EW_PLUGINCOMMANDPREP
|
||||
|
||||
};
|
||||
|
||||
|
@ -225,7 +224,6 @@ typedef struct
|
|||
// Settings common to both installers and uninstallers
|
||||
typedef struct
|
||||
{
|
||||
int str_tables_num; // number of strings tables in array
|
||||
int str_tables; // offset to tables array
|
||||
|
||||
int num_entries; // total number of entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue