Files
Aaru.Compression.Native/3rdparty/lzma/CPP/Windows/Control/StdAfx.h

12 lines
227 B
C
Raw Normal View History

2021-10-19 21:27:23 +01:00
// StdAfx.h
2023-09-24 03:13:03 +01:00
#ifndef ZIP7_INC_STDAFX_H
#define ZIP7_INC_STDAFX_H
2021-10-19 21:27:23 +01:00
2023-09-24 03:13:03 +01:00
#if defined(_MSC_VER) && _MSC_VER >= 1800
#pragma warning(disable : 4464) // relative include path contains '..'
#endif
2021-10-19 21:27:23 +01:00
#include "../../Common/Common.h"
#endif