diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-10-26 10:41:57 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-10-26 10:41:57 +0100 |
commit | 080158ee13f1f526f6d9c7181be0286200d6ce91 (patch) | |
tree | 45700f15d70fd2ee2a0c6a15ec1b341459e70df0 /src/SBaseFileTable.cpp | |
parent | 6e836417806d2ca6944b2565c506590d91f21d5c (diff) |
Added universal makefile for Visual Studio
Diffstat (limited to 'src/SBaseFileTable.cpp')
-rw-r--r-- | src/SBaseFileTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SBaseFileTable.cpp b/src/SBaseFileTable.cpp index 4448289..e08daef 100644 --- a/src/SBaseFileTable.cpp +++ b/src/SBaseFileTable.cpp @@ -66,7 +66,7 @@ struct TStormBits void GetBits(unsigned int nBitPosition, unsigned int nBitLength, void * pvBuffer, int nResultSize);
void SetBits(unsigned int nBitPosition, unsigned int nBitLength, void * pvBuffer, int nResultSize);
- static const USHORT SetBitsMask[];
+ static const USHORT SetBitsMask[]; // Bit mask for each number of bits (0-8)
DWORD NumberOfBytes; // Total number of bytes in "Elements"
DWORD NumberOfBits; // Total number of bits that are available
|