mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
12 lines
230 B
C
Executable File
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
|