Sandboxie/SandboxiePlus/MiscHelpers/Archive/7z/CPP/Windows/StdAfx.h

13 lines
225 B
C
Raw Normal View History

2022-11-12 09:45:35 +00:00
// StdAfx.h
2023-09-14 16:51:54 +01:00
#ifndef ZIP7_INC_STDAFX_H
#define ZIP7_INC_STDAFX_H
2022-11-12 09:45:35 +00:00
2023-09-14 16:51:54 +01:00
#if defined(_MSC_VER) && _MSC_VER >= 1800
#pragma warning(disable : 4464) // relative include path contains '..'
#endif
#include "../Common/Common.h"
2022-11-12 09:45:35 +00:00
#endif