mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-20 14:47:22 +01:00
Added universal makefile for Visual Studio
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user