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