mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Add NOMINMAX macro for Win build to avoid using min() as a macro
This commit is contained in:
parent
534702b248
commit
ba9445d566
@ -19,6 +19,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef WIN32
|
||||
#define NOMINMAX
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user