Use a precompiled header for p7zip.

That's the only way I am able to get the compiler found all the declarations it needs.
This commit is contained in:
Luis Ángel San Martín 2018-09-18 18:52:29 +02:00
parent 1903b6753f
commit 19da598845

View File

@ -0,0 +1,10 @@
#ifndef _7Z_PRECOMPILED_HEADER_H
#define _7Z_PRECOMPILED_HEADER_H
#if defined __cplusplus
#include "libp7zip/CPP/myWindows/StdAfx.h"
#endif
#endif // 7Z_PRECOMPILED_HEADER_H