mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
undef min/max
This commit is contained in:
parent
87f1d0f940
commit
10af7c6d4f
@ -28,6 +28,8 @@
|
||||
#include "Poco/UnWindows.h"
|
||||
#endif
|
||||
#include <algorithm>
|
||||
#undef min
|
||||
#undef max
|
||||
#include <limits>
|
||||
|
||||
|
||||
|
@ -18,12 +18,8 @@
|
||||
#include "Poco/Timespan.h"
|
||||
#include "Poco/Exception.h"
|
||||
#include <algorithm>
|
||||
#ifdef min
|
||||
#undef min
|
||||
#endif
|
||||
#ifdef max
|
||||
#undef max
|
||||
#endif
|
||||
#include <limits>
|
||||
#if defined(POCO_OS_FAMILY_UNIX)
|
||||
#include <time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user