mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
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:
parent
1903b6753f
commit
19da598845
10
compressed_archive/7z_precompiled_header.h
Normal file
10
compressed_archive/7z_precompiled_header.h
Normal 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
|
Loading…
x
Reference in New Issue
Block a user