1 /* Precomp.h -- StdAfx 2 2023-04-02 : Igor Pavlov : Public domain */ 3 4 #ifndef ZIP7_INC_PRECOMP_H 5 #define ZIP7_INC_PRECOMP_H 6 7 #include "Compiler.h" 8 /* #include "7zTypes.h" */ 9 10 #endif 11