7zip/C/Precomp.h

11 lines
180 B
C
Raw Normal View History

2021-12-27 01:00:00 +01:00
/* Precomp.h -- StdAfx
2023-06-21 02:00:00 +02:00
2023-04-02 : Igor Pavlov : Public domain */
2021-12-27 01:00:00 +01:00
2023-06-21 02:00:00 +02:00
#ifndef ZIP7_INC_PRECOMP_H
#define ZIP7_INC_PRECOMP_H
2021-12-27 01:00:00 +01:00
#include "Compiler.h"
/* #include "7zTypes.h" */
#endif