File: Precomp.h

package info (click to toggle)
7zip-rar 24.09%2Bds-3~bpo12%2B1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm-backports
  • size: 13,324 kB
  • sloc: cpp: 211,225; ansic: 39,085; asm: 4,357; 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