- Fixed SpaceText none
- Fixed a crash that occured if LicenseData was not used and Page license was git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2910 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a488b62950
commit
103b31643e
3 changed files with 15 additions and 1 deletions
|
@ -81,6 +81,9 @@ CEXEBuild::CEXEBuild()
|
|||
}
|
||||
#endif // NSIS_CONFIG_UNINSTALL_SUPPORT
|
||||
|
||||
extern const char *NSIS_VERSION;
|
||||
definedlist.add("NSIS_VERSION", NSIS_VERSION);
|
||||
|
||||
#define intdef2str_(x) #x
|
||||
#define intdef2str(x) intdef2str_(x)
|
||||
definedlist.add("NSIS_MAX_INST_TYPES", intdef2str(NSIS_MAX_INST_TYPES));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue