mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 18:06:55 -06:00
12 lines
179 B
C
12 lines
179 B
C
/* Precomp.h -- StdAfx
|
|
2015-05-24 : Igor Pavlov : Public domain */
|
|
|
|
#ifndef __7Z_PRECOMP_H
|
|
#define __7Z_PRECOMP_H
|
|
|
|
#include "../../Compiler.h"
|
|
|
|
#include "../../7zTypes.h"
|
|
|
|
#endif
|