From ece3dddfcef9f32d4eb4025f62d7ed7a94cbadfc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 21 Sep 2017 19:40:27 +0200 Subject: [PATCH] Define _7ZIP_ST --- deps/7zip/LzmaEnc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deps/7zip/LzmaEnc.c b/deps/7zip/LzmaEnc.c index 56bb8fbf8d..ba8a0d5612 100644 --- a/deps/7zip/LzmaEnc.c +++ b/deps/7zip/LzmaEnc.c @@ -8,6 +8,9 @@ #include "LzmaEnc.h" #include "LzFind.h" + +#define _7ZIP_ST + #ifndef _7ZIP_ST #include "LzFindMt.h" #endif