mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 00:56:08 +03:00
Fix code for windows
This commit is contained in:
parent
6223499ddc
commit
5b46e6c614
@ -28,8 +28,8 @@
|
||||
#include "modsecurity.h"
|
||||
#include "re.h"
|
||||
|
||||
#if WIN32
|
||||
int DSOLOCAL inet_pton(int family, const char *src, void *dst)
|
||||
#ifdef WIN32
|
||||
int DSOLOCAL inet_pton(int family, const char *src, void *dst);
|
||||
#endif
|
||||
|
||||
int DSOLOCAL normalize_path_inplace(unsigned char *input, int len, int win, int *changed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user