Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
Precomp.h
Go to the documentation of this file.
1/* Precomp.h -- Precomp
22024-01-23 : Igor Pavlov : Public domain */
3
4// #ifndef ZIP7_INC_PRECOMP_LOC_H
5// #define ZIP7_INC_PRECOMP_LOC_H
6
7#if defined(_MSC_VER) && _MSC_VER >= 1800
8#pragma warning(disable : 4464) // relative include path contains '..'
9#endif
10
11#include "../../Precomp.h"
12
13// #endif