Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Precomp.h
Go to the documentation of this file.
1 /* Precomp.h -- StdAfx
2 2013-11-12 : Igor Pavlov : Public domain */
3 
4 #ifndef __7Z_PRECOMP_H
5 #define __7Z_PRECOMP_H
6 
7 /* #include "Compiler.h" */
8 #ifdef _MSC_VER
9 #pragma warning(disable : 4456) // declaration of * hides previous local declaration
10 #pragma warning(disable : 4457) // declaration of * hides function parameter
11 #pragma warning(disable : 4996) // This function or variable may be unsafe
12 #endif
13 /* #include "7zTypes.h" */
14 
15 #endif