mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 20:06:58 -06:00
- using the recommended buffersizes from zstd lib - compile also an codec dll with support for legacy versions
9 lines
104 B
C
9 lines
104 B
C
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include "../../../Common/Common.h"
|
|
|
|
#endif
|