First pass of overall cleanups

This commit is contained in:
Alex Hultman
2019-02-10 00:17:13 +01:00
parent cfac783cd9
commit f1bdbc968b
11 changed files with 39 additions and 54 deletions
+1 -3
View File
@@ -35,11 +35,9 @@ struct DeflationStream {
#else
#include <zlib.h>
#include <string>
#include <iostream>
#define LARGE_BUFFER_SIZE 1024 * 16 // fix this
#define LARGE_BUFFER_SIZE 1024 * 16 // todo: fix this
struct ZlibContext {
/* Any returned data is valid until next same-class call.