• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Precomp.h -- Precomp
2 2024-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
14