Added preprocess only mode (/[SAFE]PPO switch)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6495 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d91176ba49
commit
0bffaecea3
9 changed files with 99 additions and 38 deletions
|
@ -103,6 +103,8 @@ class GrowBuf : public IGrowBuf
|
|||
*/
|
||||
void *get() const;
|
||||
|
||||
void swap(GrowBuf&other);
|
||||
|
||||
private:
|
||||
void *m_s; /* the storage buffer */
|
||||
int m_alloc; /* allocated bytes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue