Compiles with NSIS_SUPPORT_VERSION_INFO

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2641 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-06-13 14:04:33 +00:00
parent 9633f0363d
commit dff6515865

View file

@ -4599,9 +4599,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
#else
case TOK_VI_ADDKEY:
case TOK_VI_ADDTRANSLATION:
case TOK_VI_SETPRODUCTVERSION:
case TOK_VI_SETVERSIONLANGUAGE:
ERROR_MSG("Error: %s specified, NSIS_SUPPORT_VERSION_INFO not defined.\n",line.gettoken_str(0));
return PS_ERROR;
#endif