Compiles without NSIS_CONFIG_ENHANCEDUI_SUPPORT

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1299 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-10-04 14:45:20 +00:00
parent 210e2d4e5e
commit 5f34882a62
2 changed files with 7 additions and 8 deletions

View file

@ -261,7 +261,9 @@ CEXEBuild::CEXEBuild()
ubuild_strlist.add("",0);
build_header.install_directory_ptr=0;
build_header.install_reg_key_ptr=0;
#ifdef NSIS_CONFIG_COMPONENTPAGE
memset(build_header.install_types_ptr,0,sizeof(build_header.install_types_ptr));
#endif
// Changed by Amir Szekely 11th July 2002
// Changed to fit the new format in which uninstaller icons are saved