fixed bug #1626504 - VIAddVersionKey causes problems with localized installers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4869 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e62f8b50aa
commit
db0d67633b
4 changed files with 63 additions and 36 deletions
|
@ -247,7 +247,8 @@ class CEXEBuild {
|
|||
|
||||
// lang.cpp functions and variables
|
||||
void InitLangTables();
|
||||
LanguageTable *GetLangTable(LANGID &lang);
|
||||
LanguageTable *GetLangTable(LANGID &lang, bool create = true);
|
||||
char *GetLangNameAndCP(LANGID lang, unsigned int *codepage = NULL);
|
||||
int DefineLangString(char *name, int process=-1);
|
||||
int DefineInnerLangString(int id, int process=-1);
|
||||
int SetLangString(char *name, LANGID lang, char *string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue