1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[c++] undef max and min

There were different definitions of them in sys/cdefs.h
This commit is contained in:
Witold Filipczyk 2023-12-07 11:33:39 +01:00
parent 425d779e15
commit 43dd4f38a0

View File

@ -52,6 +52,9 @@
#include <curl/curl.h>
#undef max
#undef min
#include <algorithm>
#include <map>