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