aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/Client7z/StdAfx.h
blob: 035267ccd02d4dacc4e3004247dced2c1f37c73e (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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