and m_iMappedSize as well
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5637 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
09df47d0f2
commit
be25de5c8d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class MMapFile : public IMMap
|
|||
#else
|
||||
FILE *m_hFile;
|
||||
int m_hFileDesc;
|
||||
int m_iMappedSize;
|
||||
mutable int m_iMappedSize;
|
||||
#endif
|
||||
mutable void *m_pView;
|
||||
mutable int m_iSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue