Version 0.17.9

- proper handling of CRC32 GUID defined section
- better handling of compressed GUID defined sections
This commit is contained in:
Nikolaj Schlej 2014-04-22 03:12:11 +02:00
parent 8aba0766e5
commit cc1e3fe5f0
4 changed files with 130 additions and 18 deletions

View file

@ -122,6 +122,7 @@ private:
// Internal operations
bool hasIntersection(const UINT32 begin1, const UINT32 end1, const UINT32 begin2, const UINT32 end2);
UINT32 crc32(UINT32 initial, const UINT8* buffer, UINT32 length);
};
#endif