summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/C/Util/7z/Precomp.h
blob: 9f398d08fdbf215f4dc2d5674a35dc9b40970a88 (plain)
1
2
3
4
5
6
7
8
9
10
/* Precomp.h -- StdAfx
2013-06-16 : Igor Pavlov : Public domain */

#ifndef __7Z_PRECOMP_H
#define __7Z_PRECOMP_H

#include "../../Compiler.h"
#include "../../7zTypes.h"

#endif