- Recompile and Run (DrO)
- Fix for the context menu (DrO) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3125 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
26ac800738
commit
ff63db4c66
9 changed files with 123 additions and 92 deletions
|
@ -116,6 +116,8 @@ typedef struct NSISScriptData {
|
|||
#ifdef COMPRESSOR_OPTION
|
||||
NCOMPRESSOR compressor;
|
||||
#endif
|
||||
// Added by Darren Owen (DrO) on 1/10/2003
|
||||
int recompile_test;
|
||||
} NSCRIPTDATA;
|
||||
|
||||
typedef struct ResizeData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue