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:
anders_k 2014-06-19 19:06:49 +00:00
parent d91176ba49
commit 0bffaecea3
9 changed files with 99 additions and 38 deletions

View file

@ -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 */