Files
comaps/libs/std/windows.hpp
Konstantin Pastbin bfffa1fff4 Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-08-17 14:32:37 +07:00

14 lines
164 B
C++

#pragma once
#include "target_os.hpp"
#ifdef OMIM_OS_WINDOWS
#include <windows.h>
#undef min
#undef max
// #undef far
// #undef near
#endif // OMIM_OS_WINDOWS