mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Suppress min/max macro's if Windows is the target
This commit is contained in:
parent
ba9445d566
commit
4957189285
@ -13,6 +13,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef max
|
||||
#undef max
|
||||
#endif
|
||||
#ifdef min
|
||||
#undef min
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <ctime>
|
||||
|
Loading…
x
Reference in New Issue
Block a user