File: Precomp.h

package info (click to toggle)
7zip-rar 25.00%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 13,432 kB
  • sloc: cpp: 212,215; ansic: 39,747; asm: 4,987; makefile: 2,125
file content (13 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (40)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Precomp.h -- Precomp
2024-01-23 : Igor Pavlov : Public domain */

// #ifndef ZIP7_INC_PRECOMP_LOC_H
// #define ZIP7_INC_PRECOMP_LOC_H

#if defined(_MSC_VER) && _MSC_VER >= 1800
#pragma warning(disable : 4464) // relative include path contains '..'
#endif

#include "../../Precomp.h"

// #endif