aboutsummaryrefslogtreecommitdiff
path: root/C/Precomp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--C/Precomp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/C/Precomp.h b/C/Precomp.h
new file mode 100644
index 0000000..e8ff8b4
--- /dev/null
+++ b/C/Precomp.h
@@ -0,0 +1,10 @@
1/* Precomp.h -- StdAfx
22013-11-12 : Igor Pavlov : Public domain */
3
4#ifndef __7Z_PRECOMP_H
5#define __7Z_PRECOMP_H
6
7#include "Compiler.h"
8/* #include "7zTypes.h" */
9
10#endif