Major POSIX overhaul
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6416 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1e55e30ff4
commit
be6c7e6a1d
35 changed files with 1718 additions and 1412 deletions
|
@ -143,7 +143,7 @@ class CEXEBuild {
|
|||
|
||||
DefineList definedlist; // List of identifiers marked as "defined" like
|
||||
// C++ macro definitions such as _UNICODE.
|
||||
void define(const TCHAR *p, const TCHAR *v=TEXT("")); // to add a defined thing.
|
||||
void define(const TCHAR *p, const TCHAR *v=_T("")); // to add a defined thing.
|
||||
|
||||
int display_errors;
|
||||
int display_script;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue