cosmetics
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4752 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2f15840257
commit
c2b6cbe0b7
1 changed files with 7 additions and 7 deletions
|
@ -2572,13 +2572,13 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
||||||
}
|
}
|
||||||
return PS_OK;
|
return PS_OK;
|
||||||
#else
|
#else
|
||||||
case TOK_INSTCOLORS:
|
case TOK_INSTCOLORS:
|
||||||
case TOK_XPSTYLE:
|
case TOK_XPSTYLE:
|
||||||
case TOK_CHANGEUI:
|
case TOK_CHANGEUI:
|
||||||
case TOK_ADDBRANDINGIMAGE:
|
case TOK_ADDBRANDINGIMAGE:
|
||||||
case TOK_SETFONT:
|
case TOK_SETFONT:
|
||||||
ERROR_MSG("Error: %s specified, NSIS_CONFIG_VISIBLE_SUPPORT not defined.\n",line.gettoken_str(0));
|
ERROR_MSG("Error: %s specified, NSIS_CONFIG_VISIBLE_SUPPORT not defined.\n",line.gettoken_str(0));
|
||||||
return PS_ERROR;
|
return PS_ERROR;
|
||||||
#endif// NSIS_CONFIG_VISIBLE_SUPPORT
|
#endif// NSIS_CONFIG_VISIBLE_SUPPORT
|
||||||
// Ability to change compression methods from within the script
|
// Ability to change compression methods from within the script
|
||||||
case TOK_SETCOMPRESSOR:
|
case TOK_SETCOMPRESSOR:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue