АР
Size: a a a
АР
АР
AT
#ifdef _MSC_VER
AT
#ifdef _WIN32
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wno-nonportable-system-include-path"
#include <windows.h>
#pragma GCC diagnostic pop
#endif
AT
IA
#ifdef _WIN32
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wno-nonportable-system-include-path"
#include <windows.h>
#pragma GCC diagnostic pop
#endif
#include "windows.h" // NOLINT(clang-diagnostic-nonportable-include-path)
AT
#include "windows.h" // NOLINT(clang-diagnostic-nonportable-include-path)
AT
#include "windows.h" // NOLINT(clang-diagnostic-nonportable-include-path)
АР
АР
AT
АР
АР
IA
IA
NOLINT
глушит только для clang-tidy :(AT
-Wno-...
)AT
IA
AT