/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
std/windows.hpp
13 строк
161 B
Alex Zolotarev
[msvc][win] Fixed compilation issues
23 сен 2015, 02:30
23 сен 2015, 02:30
0ddcff0
Код
Авторство
О чём код?
#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