litehtml icon indicating copy to clipboard operation
litehtml copied to clipboard

Fixes LiteHtmlSharp build

Open tig opened this issue 3 years ago • 0 comments

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.

tig avatar Aug 10 '22 22:08 tig