show meaningful error strings and not just numbers for compression errors
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3545 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
499fa0e764
commit
43cfa19a94
7 changed files with 97 additions and 16 deletions
|
@ -19,4 +19,10 @@ inline int BoolToInt(bool value)
|
|||
inline bool IntToBool(int value)
|
||||
{ return (value != 0); }
|
||||
|
||||
class CMemoryException
|
||||
{
|
||||
public:
|
||||
CMemoryException() {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue