VC6 cannot handle class reference initialization in structs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7114 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
13fe58949c
commit
2bf0cf7025
4 changed files with 11 additions and 5 deletions
|
@ -97,7 +97,7 @@ string generate(comctl comctl_selection, exec_level exec_level_selection, const
|
|||
dpiaware dpia = spec.DPIA;
|
||||
const TCHAR *dpia2 = spec.DPIA2;
|
||||
longpathaware lpa = spec.lpaware;
|
||||
SupportedOSList& sosl = spec.SOSL;
|
||||
SupportedOSList& sosl = *spec.pSOSL;
|
||||
const TCHAR *mvt = spec.MaxVersionTested;
|
||||
|
||||
bool default_or_empty_sosl = sosl.isdefaultlist() || !sosl.getcount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue