litehtml
litehtml copied to clipboard
Fixes LiteHtmlSharp build
It's been a long time since I tried building https://github.com/PingmanTools/LiteHtmlSharp.
Today, I attempted to merge the latest litehtml/litehtml into LiteHtmlSharp and encountered build errors.
LiteHtmlSharp doesn't treat litehtml as a dependent project in VS, but builds a modified version of litehtml.lib directly from the src/include files.
This PR, apparently broke this: https://github.com/litehtml/litehtml/pull/103
The fix was to remove litehtml/ from a bunch of #include statements (which were incorrect).
I've verified this does not negatively impact the building of litehtml/litehtml in VS2022.