Welcome to mirror list, hosted at ThFree Co, Russian Federation.

windows.hpp « std - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2003a55ebf1ca0ba427450e28bd2c451b5896358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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