Fix code for windows

This commit is contained in:
brenosilva 2012-06-16 16:31:09 +00:00
parent 6223499ddc
commit 5b46e6c614

View File

@ -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);