Adds 7z sdk to 3rdparty

This commit is contained in:
RipleyTom 2019-09-13 23:02:10 +02:00 committed by Megamouse
parent f7ebc55326
commit 56e6dd1c46
84 changed files with 26078 additions and 1 deletions

10
3rdparty/7z/Precomp.h vendored Normal file
View file

@ -0,0 +1,10 @@
/* Precomp.h -- StdAfx
2013-11-12 : Igor Pavlov : Public domain */
#ifndef __7Z_PRECOMP_H
#define __7Z_PRECOMP_H
#include "Compiler.h"
/* #include "7zTypes.h" */
#endif