[litehtml] Fix litehtml.h under Visual Studio (#29873)

* [litehtml] Fix litehtml.h under Visual Studio

* [litehtml] Update version baseline.
This commit is contained in:
Sean Farrell 2023-02-28 19:10:26 +01:00 committed by GitHub
parent f93710335b
commit 39170e3eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 7 deletions

View File

@ -20,11 +20,11 @@ index 98a24e0..d20addd 100644
-#include <litehtml/html_tag.h>
-#include <litehtml/stylesheet.h>
-#include <litehtml/element.h>
+#include <html.h>
+#include <document.h>
+#include <html_tag.h>
+#include <stylesheet.h>
+#include <element.h>
+#include "html.h"
+#include "document.h"
+#include "html_tag.h"
+#include "stylesheet.h"
+#include "element.h"
#endif // LITEHTML_H
--

View File

@ -1,7 +1,7 @@
{
"name": "litehtml",
"version": "0.6.0",
"port-version": 1,
"port-version": 2,
"description": "litehtml is the lightweight HTML rendering engine with CSS2/CSS3 support.",
"homepage": "https://github.com/litehtml/litehtml",
"license": "BSD-3-Clause",

View File

@ -4738,7 +4738,7 @@
},
"litehtml": {
"baseline": "0.6.0",
"port-version": 1
"port-version": 2
},
"live555": {
"baseline": "2023-01-19",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fbbd4d593d570ec75f5a02fea10a236aecc810d4",
"version": "0.6.0",
"port-version": 2
},
{
"git-tree": "2f2981f2edef7c5f69ba42716c007822f74e99ae",
"version": "0.6.0",