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:
kichik 2008-05-08 10:28:34 +00:00
parent 09df47d0f2
commit be25de5c8d

View file

@ -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;