Fix code for windows

This commit is contained in:
brenosilva
2012-06-16 16:31:09 +00:00
parent e2d0715c14
commit 35d97d5869

View File

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