Files
easy7zip/CPP/7zip/Archive/Tar/StdAfx.h
Igor Pavlov a36c48cece 23.01
2023-12-22 17:17:05 +00:00

12 lines
230 B
C
Executable File

// StdAfx.h
#ifndef ZIP7_INC_STDAFX_H
#define ZIP7_INC_STDAFX_H
#if defined(_MSC_VER) && _MSC_VER >= 1800
#pragma warning(disable : 4464) // relative include path contains '..'
#endif
#include "../../../Common/Common.h"
#endif