mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
7 lines
147 B
C
Executable File
7 lines
147 B
C
Executable File
// StdAfx.h
|
|
|
|
#if _MSC_VER >= 1800
|
|
#pragma warning(disable : 4464) // relative include path contains '..'
|
|
#endif
|
|
#include "../FileManager/StdAfx.h"
|