Skip to content

Commit

Permalink
Unbreak !ZSTD builds (#400)
Browse files Browse the repository at this point in the history
PDBFmt unconditionally requires zlib, duh'.
  • Loading branch information
NiLuJe authored Dec 18, 2020
1 parent ce55cd1 commit 600811f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crengine/include/pdbfmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
#include "../include/lvtinydom.h"

// Same as lvtinydom...
#if (USE_ZSTD == 1)
#include "zlib.h"
#define UNPACK_BUF_SIZE 0x40000
#endif

// creates PDB decoder stream for stream
//LVStreamRef LVOpenPDBStream( LVStreamRef srcstream, int &format );
Expand Down

0 comments on commit 600811f

Please sign in to comment.