#ifndef SYSHDRS_HPP_INCLUDED #define SYSHDRS_HPP_INCLUDED // the sources file should specify warning level 4. But with warning level // 4, most of the SDK and CRT headers fail to compile (isn't that nice?). // So, here we set the warning level to 3 while we compile the headers #pragma warning(push,3) #include "syscore.hpp" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include extern "C" { #include } #include #include #pragma warning(pop) #endif // SYSHDRS_HPP_INCLUDED