From fc662341e6f85da78ada0e443f6116b978f79f22 Mon Sep 17 00:00:00 2001 From: Igor Pavlov <87184205+ip7z@users.noreply.github.com> Date: Tue, 14 May 2024 00:00:00 +0000 Subject: 24.05 --- C/Util/7zipInstall/Precomp.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'C/Util/7zipInstall/Precomp.h') diff --git a/C/Util/7zipInstall/Precomp.h b/C/Util/7zipInstall/Precomp.h index bc8fa21..13a41ef 100644 --- a/C/Util/7zipInstall/Precomp.h +++ b/C/Util/7zipInstall/Precomp.h @@ -1,14 +1,13 @@ -/* Precomp.h -- StdAfx -2023-03-04 : Igor Pavlov : Public domain */ +/* Precomp.h -- Precomp +2024-01-23 : Igor Pavlov : Public domain */ -#ifndef ZIP7_INC_PRECOMP_H -#define ZIP7_INC_PRECOMP_H +// #ifndef ZIP7_INC_PRECOMP_LOC_H +// #define ZIP7_INC_PRECOMP_LOC_H #if defined(_MSC_VER) && _MSC_VER >= 1800 #pragma warning(disable : 4464) // relative include path contains '..' #endif -#include "../../Compiler.h" -#include "../../7zTypes.h" +#include "../../Precomp.h" -#endif +// #endif -- cgit v1.2.3-55-g6feb