Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef PLASK__UTILS_MINIMAL_WINDOWS_H
2#define PLASK__UTILS_MINIMAL_WINDOWS_H
8#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
9#pragma push_macro("NOMINMAX")
10#pragma push_macro("STRICT")
11#pragma push_macro("WIN32_LEAN_AND_MEAN")
12#pragma push_macro("NOCOMM")
19#ifndef WIN32_LEAN_AND_MEAN
20 #define WIN32_LEAN_AND_MEAN
36#pragma pop_macro("NOMINMAX")
37#pragma pop_macro("STRICT")
38#pragma pop_macro("WIN32_LEAN_AND_MEAN")
39#pragma pop_macro("NOCOMM")