Commit Graph

6 Commits

Author SHA1 Message Date
zxey
1ad5a55643 Fix linked libraries
Added missing linked libraries to edge backend.
I also kept the pragmas, if someone want to build the backends separately, so they do not have to supply link library flags to msvc.
2019-11-10 14:18:49 +01:00
zxey
788661593a Fix windows unicode support
Affects both mshtml and edge backends.

Fixes #41
Fixes #78
2019-10-15 21:17:02 +02:00
Darren Kaste
69566708a4 Fix Edge backend process leak 2019-10-11 09:32:53 +02:00
zxey
471d9aa7a4 Rename wrapper functions to webview functions 2019-10-08 09:50:08 +02:00
zxey
f847f2f2b3 Use all webview functions in edge backend
Previously the backend would define some functions differently and had some functions missing.
Now that all of the backends use the same webview.h header, we can make sure that all the functions needed are there.
2019-10-08 09:50:08 +02:00
zxey
c9b0b59a18 Move edge backend to .cpp 2019-10-08 09:50:08 +02:00