xref: /aosp_15_r20/external/lzma/C/Util/LzmaLib/Precomp.h (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1 /* Precomp.h -- Precomp
2 2024-01-23 : Igor Pavlov : Public domain */
3 
4 // #ifndef ZIP7_INC_PRECOMP_LOC_H
5 // #define ZIP7_INC_PRECOMP_LOC_H
6 
7 #if defined(_MSC_VER) && _MSC_VER >= 1800
8 #pragma warning(disable : 4464) // relative include path contains '..'
9 #endif
10 
11 #include "../../Precomp.h"
12 
13 // #endif
14