Adding CEXEBuild::LoadLicenseFile shared by TOK_LICENSELANGSTRING & TOK_LICENSEDATA
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6078 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b431c21048
commit
2c774a533c
2 changed files with 6441 additions and 6460 deletions
|
@ -166,6 +166,7 @@ class CEXEBuild {
|
||||||
int parseScript();
|
int parseScript();
|
||||||
int includeScript(TCHAR *f);
|
int includeScript(TCHAR *f);
|
||||||
int MacroExists(const TCHAR *macroname);
|
int MacroExists(const TCHAR *macroname);
|
||||||
|
int LoadLicenseFile(TCHAR *file, TCHAR** pdata, LineParser &line);
|
||||||
#ifdef NSIS_FIX_DEFINES_IN_STRINGS
|
#ifdef NSIS_FIX_DEFINES_IN_STRINGS
|
||||||
void ps_addtoline(const TCHAR *str, GrowBuf &linedata, StringList &hist, bool bIgnoreDefines = false);
|
void ps_addtoline(const TCHAR *str, GrowBuf &linedata, StringList &hist, bool bIgnoreDefines = false);
|
||||||
#else
|
#else
|
||||||
|
|
12900
Source/script.cpp
12900
Source/script.cpp
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue