mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 05:15:00 -06:00
11 lines
180 B
C
Executable File
11 lines
180 B
C
Executable File
/* 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
|