mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
14 lines
161 B
C++
14 lines
161 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
|