summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/C/Util/LzmaLib/Precomp.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/C/Util/LzmaLib/Precomp.h')
-rw-r--r--3rdparty/lzma/C/Util/LzmaLib/Precomp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/3rdparty/lzma/C/Util/LzmaLib/Precomp.h b/3rdparty/lzma/C/Util/LzmaLib/Precomp.h
new file mode 100644
index 00000000000..bc8fa219b58
--- /dev/null
+++ b/3rdparty/lzma/C/Util/LzmaLib/Precomp.h
@@ -0,0 +1,14 @@
+/* Precomp.h -- StdAfx
+2023-03-04 : Igor Pavlov : Public domain */
+
+#ifndef ZIP7_INC_PRECOMP_H
+#define ZIP7_INC_PRECOMP_H
+
+#if defined(_MSC_VER) && _MSC_VER >= 1800
+#pragma warning(disable : 4464) // relative include path contains '..'
+#endif
+
+#include "../../Compiler.h"
+#include "../../7zTypes.h"
+
+#endif