mirror of
https://github.com/ip7z/7zip.git
synced 2025-12-06 07:12:00 +01: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
|