Tabs to spaces and minor cleanup
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6514 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
41fd62105e
commit
edd80964a7
15 changed files with 317 additions and 326 deletions
|
@ -203,7 +203,7 @@ class CEXEBuild {
|
|||
int parseScript();
|
||||
int includeScript(const TCHAR *f, NStreamEncoding&enc);
|
||||
TCHAR* GetMacro(const TCHAR *macroname, TCHAR**macroend = 0);
|
||||
inline bool MacroExists(const TCHAR *macroname);
|
||||
bool MacroExists(const TCHAR *macroname) { return !!GetMacro(macroname); }
|
||||
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);
|
||||
|
@ -470,8 +470,6 @@ class CEXEBuild {
|
|||
const TCHAR* m_currentmacroname;
|
||||
GrowBuf m_macros;
|
||||
|
||||
StringList m_macro_entry;
|
||||
|
||||
UINT64 db_opt_save, db_opt_save_u, db_full_size, db_full_size_u;
|
||||
int db_comp_save, db_comp_save_u;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue