Remove ErrorOut function

- replace the ErrorOut function with a simple return E_FAIL
- there is non reason to call some MessageBox()
This commit is contained in:
Tino Reichardt
2018-10-31 10:44:47 +01:00
parent 089a2d7574
commit ed069bab9e
18 changed files with 10 additions and 112 deletions

View File

@@ -152,6 +152,7 @@ C_OBJS = \
!include "../../LzmaDec.mak"
COMPRESS_OBJS = $(COMPRESS_OBJS) \
$O\ZstdEncoder.obj \
$O\ZstdDecoder.obj \
$O\ZstdRegister.obj \