- 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:
kichik 2005-01-11 16:29:29 +00:00
parent 6173889411
commit c73d4d43b4

View file

@ -342,6 +342,7 @@ enum
#define SF_RO 16 #define SF_RO 16
#define SF_EXPAND 32 #define SF_EXPAND 32
#define SF_PSELECTED 64 #define SF_PSELECTED 64
#define SF_TOGGLED 128
typedef struct typedef struct
{ {
@ -467,8 +468,8 @@ typedef struct
int _; int _;
int __; int __;
#endif #endif
int cur_insttype; int XXX_cur_insttype; // depreacted
int insttype_changed; int XXX_insttype_changed; // deprecated
#ifdef NSIS_CONFIG_SILENT_SUPPORT #ifdef NSIS_CONFIG_SILENT_SUPPORT
int silent; int silent;
#else #else