2021-12-27 01:00:00 +01:00
|
|
|
/* Precomp.h -- StdAfx
|
2023-06-21 02:00:00 +02:00
|
|
|
2023-03-04 : Igor Pavlov : Public domain */
|
2021-12-27 01:00:00 +01:00
|
|
|
|
2023-06-21 02:00:00 +02:00
|
|
|
#ifndef ZIP7_INC_PRECOMP_H
|
|
|
|
|
#define ZIP7_INC_PRECOMP_H
|
2021-12-27 01:00:00 +01:00
|
|
|
|
2023-06-21 02:00:00 +02:00
|
|
|
#if defined(_MSC_VER) && _MSC_VER >= 1800
|
|
|
|
|
#pragma warning(disable : 4464) // relative include path contains '..'
|
|
|
|
|
#endif
|
2021-12-27 01:00:00 +01:00
|
|
|
|
2023-06-21 02:00:00 +02:00
|
|
|
#include "../../Compiler.h"
|
2021-12-27 01:00:00 +01:00
|
|
|
#include "../../7zTypes.h"
|
|
|
|
|
|
|
|
|
|
#endif
|