Warn when the [License]LangString language id parameter is not a valid number
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6711 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d9bb937072
commit
ebc900f4bb
2 changed files with 14 additions and 8 deletions
|
@ -207,6 +207,7 @@ class CEXEBuild {
|
|||
int includeScript(const TCHAR *f, NStreamEncoding&enc);
|
||||
TCHAR* GetMacro(const TCHAR *macroname, TCHAR**macroend = 0);
|
||||
bool MacroExists(const TCHAR *macroname) { return !!GetMacro(macroname); }
|
||||
LANGID ParseLangIdParameter(const LineParser&line, int token);
|
||||
int LoadLicenseFile(const TCHAR *file, TCHAR** pdata, const TCHAR *cmdname, WORD AnsiCP);
|
||||
#ifdef NSIS_FIX_DEFINES_IN_STRINGS
|
||||
void ps_addtoline(const TCHAR *str, GrowBuf &linedata, StringList &hist, bool bIgnoreDefines = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue