UWP: rely more on servo preferences

This commit is contained in:
Paul Rouget 2020-07-17 08:32:10 +02:00
parent 2c36754bf7
commit 9174b201b0
4 changed files with 29 additions and 27 deletions

View file

@ -21,6 +21,7 @@ using namespace capi;
hstring char2hstring(const char *);
std::unique_ptr<char *> hstring2char(hstring);
void setNonPersistentHomepage(hstring, std::vector<capi::CPref> &);
class ServoDelegate;