Add regex_matches() to reduce HAVE_PCRE2 ifdefs
[privoxy.git] / project.h
index b203ad3..04fbe8e 100644 (file)
--- a/project.h
+++ b/project.h
 
 #ifdef FEATURE_HTTPS_INSPECTION_OPENSSL
 #ifdef _WIN32
+#include <windef.h>
+#include <minwindef.h>
+#include <basetsd.h>
+#include <minwinbase.h>
 #include <wincrypt.h>
 #undef X509_NAME
 #undef X509_EXTENSIONS