mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 04:07:02 -06:00
- updated zstd to latest devel release - lz4, lz5 and zstd is included now - all three support threading
9 lines
104 B
C
9 lines
104 B
C
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include "../../../Common/Common.h"
|
|
|
|
#endif
|