From dff6515865cef6984b2ffe8da56677b2205fd745 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 13 Jun 2003 14:04:33 +0000 Subject: [PATCH] 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 --- Source/script.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/script.cpp b/Source/script.cpp index 451b04ac..8d5f1371 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -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