aboutsummaryrefslogtreecommitdiff
path: root/C/Util/SfxSetup/Precomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/Util/SfxSetup/Precomp.h')
-rw-r--r--C/Util/SfxSetup/Precomp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/C/Util/SfxSetup/Precomp.h b/C/Util/SfxSetup/Precomp.h
new file mode 100644
index 0000000..588a66f
--- /dev/null
+++ b/C/Util/SfxSetup/Precomp.h
@@ -0,0 +1,10 @@
1/* Precomp.h -- StdAfx
22013-06-16 : 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