diff options
Diffstat (limited to 'C/Util/7zipInstall/Precomp.h')
-rw-r--r-- | C/Util/7zipInstall/Precomp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/C/Util/7zipInstall/Precomp.h b/C/Util/7zipInstall/Precomp.h new file mode 100644 index 0000000..4c90d47 --- /dev/null +++ b/C/Util/7zipInstall/Precomp.h | |||
@@ -0,0 +1,11 @@ | |||
1 | /* Precomp.h -- StdAfx | ||
2 | 2015-05-24 : Igor Pavlov : Public domain */ | ||
3 | |||
4 | #ifndef __7Z_PRECOMP_H | ||
5 | #define __7Z_PRECOMP_H | ||
6 | |||
7 | #include "../../Compiler.h" | ||
8 | |||
9 | #include "../../7zTypes.h" | ||
10 | |||
11 | #endif | ||