#pragma once #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #ifndef NOMINMAX #define NOMINMAX #endif #if defined(_WIN32) #include #include #endif #ifdef ERROR #undef ERROR #endif