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