Loading [MathJax]/extensions/tex2jax.js
|
ROOT
Reference Guide |
|
Go to the documentation of this file.
7#pragma message disable nocordel
8#pragma message disable codeunreachable
9#pragma message disable codcauunr
38#define WIN32_LEAN_AND_MEAN
45#ifdef __MINGW64_VERSION_MAJOR
52 #define _WIN32_WINNT 0x0400
62#pragma warning(disable : 4101)
63#pragma warning(disable : 4244)
64#pragma warning(disable : 4761)
67#if defined(_MSC_VER) && _MSC_VER >= 1200 && _MSC_VER < 1300
68#pragma comment(linker, "/OPT:NOWIN98")