mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-15 19:33:07 +01:00
Remove GB. cleanup ().
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
e12c537b22
commit
ce0f7af060
@ -34,8 +34,7 @@ public:
|
||||
void testSetZipComment();
|
||||
|
||||
static const Poco::UInt64 KB = 1024;
|
||||
static const Poco::UInt64 MB = (1024*KB);
|
||||
static const Poco::UInt64 GB = (1024*MB);
|
||||
static const Poco::UInt64 MB = 1024*KB;
|
||||
void createDataFile(const std::string& path, Poco::UInt64 size);
|
||||
void testZip64();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user