7zip/CPP/Windows/StdAfx.h

12 lines
224 B
C
Raw Permalink Normal View History

2021-12-27 01:00:00 +01:00
// StdAfx.h
2023-06-21 02:00:00 +02:00
#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
2021-12-27 01:00:00 +01:00
#include "../Common/Common.h"
#endif