[host] windows: plumb guest activation request to host

This commit is contained in:
Tudor Brindus
2022-02-06 22:39:42 -05:00
committed by Geoffrey McRae
parent fd28d0604e
commit 809e1095bd
5 changed files with 29 additions and 2 deletions

View File

@@ -81,6 +81,12 @@ const char * os_getDataPath(void)
return app.dataPath;
}
bool os_getAndClearPendingActivationRequest(void)
{
// TODO
return false;
}
bool os_blockScreensaver()
{
return false;