yacreader/compressed_archive/7z_precompiled_header.h
Luis Ángel San Martín 19da598845 Use a precompiled header for p7zip.
That's the only way I am able to get the compiler found all the declarations it needs.
2019-02-18 17:00:30 +01:00

11 lines
178 B
C

#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