mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
34 lines
936 B
C
34 lines
936 B
C
#ifndef _7Z_INCLUDES_H
|
|
#define _7Z_INCLUDES_H
|
|
|
|
extern "C" {
|
|
#include "lib7zip/C/Alloc.h"
|
|
#include "lib7zip/C/7zTypes.h"
|
|
}
|
|
|
|
#include "lib7zip/CPP/Common/Common.h"
|
|
#include "lib7zip/CPP/Common/MyWindows.h"
|
|
|
|
#include "lib7zip/CPP/Common/StringConvert.h"
|
|
#include "lib7zip/CPP/Common/MyInitGuid.h"
|
|
#include "lib7zip/CPP/Common/MyCom.h"
|
|
#include "lib7zip/CPP/7zip/Common/FileStreams.h"
|
|
#include "lib7zip/CPP/7zip/Archive/IArchive.h"
|
|
|
|
#include "lib7zip/CPP/7zip/IStream.h"
|
|
|
|
#include "lib7zip/CPP/7zip/IPassword.h"
|
|
#include "lib7zip/CPP/7zip/MyVersion.h"
|
|
|
|
#include "lib7zip/CPP/Windows/FileDir.h"
|
|
#include "lib7zip/CPP/Windows/FileFind.h"
|
|
#include "lib7zip/CPP/Windows/FileName.h"
|
|
#include "lib7zip/CPP/Windows/NtCheck.h"
|
|
#include "lib7zip/CPP/Windows/PropVariant.h"
|
|
#include "lib7zip/CPP/Windows/PropVariantConv.h"
|
|
|
|
#include "lib7zip/CPP/7zip/Common/StreamObjects.h"
|
|
#include "lib7zip/CPP/7zip/Common/StreamUtils.h"
|
|
|
|
#endif // _7Z_INCLUDES_H
|