- deprecated cur_insttype and insttype_changed
- added SF_TOGGLED section flag git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3855 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6173889411
commit
c73d4d43b4
1 changed files with 3 additions and 2 deletions
|
@ -342,6 +342,7 @@ enum
|
|||
#define SF_RO 16
|
||||
#define SF_EXPAND 32
|
||||
#define SF_PSELECTED 64
|
||||
#define SF_TOGGLED 128
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -467,8 +468,8 @@ typedef struct
|
|||
int _;
|
||||
int __;
|
||||
#endif
|
||||
int cur_insttype;
|
||||
int insttype_changed;
|
||||
int XXX_cur_insttype; // depreacted
|
||||
int XXX_insttype_changed; // deprecated
|
||||
#ifdef NSIS_CONFIG_SILENT_SUPPORT
|
||||
int silent;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue