early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/poco/fix-error-c3861.patch
vendored
Executable file
12
externals/vcpkg/ports/poco/fix-error-c3861.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
diff --git a/XML/include/Poco/XML/ParserEngine.h b/XML/include/Poco/XML/ParserEngine.h
|
||||
index e0c8455..363654c 100644
|
||||
--- a/XML/include/Poco/XML/ParserEngine.h
|
||||
+++ b/XML/include/Poco/XML/ParserEngine.h
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "Poco/XML/XML.h"
|
||||
#if defined(POCO_UNBUNDLED)
|
||||
+#include <expat_config.h>
|
||||
#include <expat.h>
|
||||
#else
|
||||
#include "Poco/XML/expat.h"
|
Reference in New Issue
Block a user