Variables used in Caption can now be set in .onGuiInit (RFE #539)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6860 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-05-22 18:10:19 +00:00
parent ce7078517f
commit d39ef1d219
6 changed files with 21 additions and 14 deletions

View file

@ -36,8 +36,8 @@ enum NSPIM
// Should always be __cdecl for future expansion possibilities
typedef UINT_PTR (*NSISPLUGINCALLBACK)(enum NSPIM);
// extra_parameters data structures containing other interesting stuff
// but the stack, variables and HWND passed on to plug-ins.
// extra_parameters data structure containing other interesting stuff
// besides the stack, variables and HWND passed on to plug-ins.
typedef struct
{
int autoclose;
@ -83,4 +83,4 @@ typedef struct {
// sent as wParam with WM_NOTIFY_OUTER_NEXT when user cancels - heed its warning
#define NOTIFY_BYE_BYE 'x'
#endif /* _PLUGIN_H_ */
#endif /* _NSIS_EXEHEAD_API_H_ */