7zip/C/Util/LzmaLib/Precomp.h

14 lines
297 B
C
Raw Normal View History

2024-05-14 02:00:00 +02:00
/* Precomp.h -- Precomp
2024-01-23 : Igor Pavlov : Public domain */
2023-06-21 02:00:00 +02:00
2024-05-14 02:00:00 +02:00
// #ifndef ZIP7_INC_PRECOMP_LOC_H
// #define ZIP7_INC_PRECOMP_LOC_H
2023-06-21 02:00:00 +02:00
#if defined(_MSC_VER) && _MSC_VER >= 1800
#pragma warning(disable : 4464) // relative include path contains '..'
#endif
2024-05-14 02:00:00 +02:00
#include "../../Precomp.h"
2023-06-21 02:00:00 +02:00
2024-05-14 02:00:00 +02:00
// #endif